Html Css Color HEX #401988 Persian Indigo

📋 copy color: '#401988'

red 64 ◦ green 25 ◦ blue 136

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

Shades of Persian Indigo #401988

Tints of Persian Indigo #401988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.11%

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

R = 28.44%
G = 11.11%
B = 60.44%

CMYK

 C value IS 0.53

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#401988 (or 0x401988) is known color: Persian Indigo. HEX triplet: 40, 19 and 88. RGB value is (64,25,136). Sum of RGB (Red+Green+Blue) = 64+25+136=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 136 (53.52% from 255 or 60.44% from 225); Max value from RGB is 136 - color contains mainly: blue. Hex color #401988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401988 is #BFE677. Grayscale: #303030. Windows color (decimal): -12576376 or 8919360. OLE color: 8919360.

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

Color convert

RGB 64 25 136 -
CMYK 0.53 0.82 0 0.47
HSL 261.08º 0.69% 0.32% -
HSV(B) 261.08º 0.82% 0.53% -
XYZ 6.91 3.56 23.62 -
YUV 49.32 176.92 138.47 -
System Red Green Blue C M Y K H S L
Decimal 64 25 136 0.53 0.82 0 0.47 261.08 0.69 0.32
Hex 40 19 88 35 52 0 2F 105 45 20
Octal 100 31 210 65 122 0 57 405 105 40
Binary 1000000 11001 10001000 110101 1010010 0 101111 100000101 1000101 100000

Color Harmonies of #401988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401988

Black with #401988

Text Example


Text Example

White with #401988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401988; }

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

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

background-color css

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

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

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

border-color css

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

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

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