Html Css Color HEX #401188 Persian Indigo

📋 copy color: '#401188'

red 64 ◦ green 17 ◦ blue 136

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

Shades of Persian Indigo #401188

Tints of Persian Indigo #401188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 62.67%

R = 29.49%
G = 7.83%
B = 62.67%

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

#401188 (or 0x401188) is known color: Persian Indigo. HEX triplet: 40, 11 and 88. RGB value is (64,17,136). Sum of RGB (Red+Green+Blue) = 64+17+136=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 136 (53.52% from 255 or 62.67% from 217); Max value from RGB is 136 - color contains mainly: blue. Hex color #401188 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401188 is #BFEE77. Grayscale: #2C2C2C. Windows color (decimal): -12578424 or 8917312. OLE color: 8917312.

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

Color convert

RGB 64 17 136 -
CMYK 0.53 0.87 0 0.47
HSL 263.7º 0.78% 0.3% -
HSV(B) 263.7º 0.88% 0.53% -
XYZ 6.76 3.27 23.57 -
YUV 44.62 179.57 141.82 -
System Red Green Blue C M Y K H S L
Decimal 64 17 136 0.53 0.87 0 0.47 263.7 0.78 0.3
Hex 40 11 88 35 57 0 2F 108 4E 1E
Octal 100 21 210 65 127 0 57 410 116 36
Binary 1000000 10001 10001000 110101 1010111 0 101111 100001000 1001110 11110

Color Harmonies of #401188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401188

Black with #401188

Text Example


Text Example

White with #401188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401188; }

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

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

background-color css

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

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

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

border-color css

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

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

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