Html Css Color HEX #401989 Persian Indigo

📋 copy color: '#401989'

red 64 ◦ green 25 ◦ blue 137

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

Shades of Persian Indigo #401989

Tints of Persian Indigo #401989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 60.62%

R = 28.32%
G = 11.06%
B = 60.62%

CMYK

 C value IS 0.53

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#401989 (or 0x401989) is known color: Persian Indigo. HEX triplet: 40, 19 and 89. RGB value is (64,25,137). Sum of RGB (Red+Green+Blue) = 64+25+137=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 137 (53.91% from 255 or 60.62% from 226); Max value from RGB is 137 - color contains mainly: blue. Hex color #401989 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401989 is #BFE676. Grayscale: #313131. Windows color (decimal): -12576375 or 8984896. OLE color: 8984896.

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

Color convert

RGB 64 25 137 -
CMYK 0.53 0.82 0 0.46
HSL 260.89º 0.69% 0.32% -
HSV(B) 260.89º 0.82% 0.54% -
XYZ 6.98 3.59 23.99 -
YUV 49.43 177.42 138.39 -
System Red Green Blue C M Y K H S L
Decimal 64 25 137 0.53 0.82 0 0.46 260.89 0.69 0.32
Hex 40 19 89 35 52 0 2E 105 45 20
Octal 100 31 211 65 122 0 56 405 105 40
Binary 1000000 11001 10001001 110101 1010010 0 101110 100000101 1000101 100000

Color Harmonies of #401989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401989

Black with #401989

Text Example


Text Example

White with #401989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401989; }

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

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

background-color css

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

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

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

border-color css

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

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

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