Html Css Color HEX #261384 Persian Indigo

📋 copy color: '#261384'

red 38 ◦ green 19 ◦ blue 132

#261384
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #261384

Tints of Persian Indigo #261384

RGB

 RED value IS 38 (15.23% from 255) = 20.11%

 GREEN value IS 19 (7.81% from 255) = 10.05%

 BLUE value IS 132 (51.95% from 255) = 69.84%

R = 20.11%
G = 10.05%
B = 69.84%

CMYK

 C value IS 0.71

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#261384 (or 0x261384) is known color: Persian Indigo. HEX triplet: 26, 13 and 84. RGB value is (38,19,132). Sum of RGB (Red+Green+Blue) = 38+19+132=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 132 (51.95% from 255 or 69.84% from 189); Max value from RGB is 132 - color contains mainly: blue. Hex color #261384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261384 is #D9EC7B. Grayscale: #252525. Windows color (decimal): -14281852 or 8655654. OLE color: 8655654.

HSL color Cylindrical-coordinate representation of color #261384: hue angle of 250.09º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #261384 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 38 19 132 -
CMYK 0.71 0.86 0 0.48
HSL 250.09º 0.75% 0.3% -
HSV(B) 250.09º 0.86% 0.52% -
XYZ 5.2 2.54 22.05 -
YUV 37.56 181.29 128.31 -
System Red Green Blue C M Y K H S L
Decimal 38 19 132 0.71 0.86 0 0.48 250.09 0.75 0.3
Hex 26 13 84 47 56 0 30 FA 4B 1E
Octal 46 23 204 107 126 0 60 372 113 36
Binary 100110 10011 10000100 1000111 1010110 0 110000 11111010 1001011 11110

Color Harmonies of #261384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261384

Black with #261384

Text Example


Text Example

White with #261384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261384; }

 p { color: rgb(38,19,132); }

 H1.HeaderClassName
 {
   color: #261384;
 }
 .AnyTagClassName
 {
   color: #261384;
 }
</style>

background-color css

<style>
 a { background-color: #261384; }

 a { background-color: rgb(38,19,132); }

 div.DivClassName
 {
   background-color: #261384;
 }
 .BgClassName
 {
   background-color: #261384;
 }
</style>

border-color css

<style>
 span { border-color: #261384; }

 span { border-color: rgb(38,19,132); }

 td.TdClassName
 {
   border-color: #261384;
 }
 .TagClassName
 {
   border-color: #261384;
 }
</style>