Html Css Color HEX #401187 Persian Indigo

📋 copy color: '#401187'

red 64 ◦ green 17 ◦ blue 135

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

Shades of Persian Indigo #401187

Tints of Persian Indigo #401187

RGB

 RED value IS 64 (25.39% from 255) = 29.63%

 GREEN value IS 17 (7.03% from 255) = 7.87%

 BLUE value IS 135 (53.13% from 255) = 62.5%

R = 29.63%
G = 7.87%
B = 62.5%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#401187 (or 0x401187) is known color: Persian Indigo. HEX triplet: 40, 11 and 87. RGB value is (64,17,135). Sum of RGB (Red+Green+Blue) = 64+17+135=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 135 (53.12% from 255 or 62.5% from 216); Max value from RGB is 135 - color contains mainly: blue. Hex color #401187 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401187 is #BFEE78. Grayscale: #2C2C2C. Windows color (decimal): -12578425 or 8851776. OLE color: 8851776.

HSL color Cylindrical-coordinate representation of color #401187: hue angle of 263.9º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #401187 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 17 135 -
CMYK 0.53 0.87 0 0.47
HSL 263.9º 0.78% 0.3% -
HSV(B) 263.9º 0.87% 0.53% -
XYZ 6.69 3.24 23.19 -
YUV 44.51 179.07 141.91 -
System Red Green Blue C M Y K H S L
Decimal 64 17 135 0.53 0.87 0 0.47 263.9 0.78 0.3
Hex 40 11 87 35 57 0 2F 108 4E 1E
Octal 100 21 207 65 127 0 57 410 116 36
Binary 1000000 10001 10000111 110101 1010111 0 101111 100001000 1001110 11110

Color Harmonies of #401187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401187

Black with #401187

Text Example


Text Example

White with #401187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401187; }

 p { color: rgb(64,17,135); }

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

background-color css

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

 a { background-color: rgb(64,17,135); }

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

border-color css

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

 span { border-color: rgb(64,17,135); }

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