Html Css Color HEX #401D89 Persian Indigo

📋 copy color: '#401D89'

red 64 ◦ green 29 ◦ blue 137

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

Shades of Persian Indigo #401D89

Tints of Persian Indigo #401D89

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.61%

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

R = 27.83%
G = 12.61%
B = 59.57%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#401D89 (or 0x401D89) is known color: Persian Indigo. HEX triplet: 40, 1D and 89. RGB value is (64,29,137). Sum of RGB (Red+Green+Blue) = 64+29+137=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 137 (53.91% from 255 or 59.57% from 230); Max value from RGB is 137 - color contains mainly: blue. Hex color #401D89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401D89 is #BFE276. Grayscale: #333333. Windows color (decimal): -12575351 or 8985920. OLE color: 8985920.

HSL color Cylindrical-coordinate representation of color #401D89: hue angle of 259.44º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #401D89 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 29 137 -
CMYK 0.53 0.79 0 0.46
HSL 259.44º 0.65% 0.33% -
HSV(B) 259.44º 0.79% 0.54% -
XYZ 7.07 3.77 24.02 -
YUV 51.78 176.1 136.72 -
System Red Green Blue C M Y K H S L
Decimal 64 29 137 0.53 0.79 0 0.46 259.44 0.65 0.33
Hex 40 1D 89 35 4F 0 2E 103 41 21
Octal 100 35 211 65 117 0 56 403 101 41
Binary 1000000 11101 10001001 110101 1001111 0 101110 100000011 1000001 100001

Color Harmonies of #401D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401D89

Black with #401D89

Text Example


Text Example

White with #401D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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