Html Css Color HEX #401F91 Persian Indigo

📋 copy color: '#401F91'

red 64 ◦ green 31 ◦ blue 145

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

Shades of Persian Indigo #401F91

Tints of Persian Indigo #401F91

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.92%

 BLUE value IS 145 (57.03% from 255) = 60.42%

R = 26.67%
G = 12.92%
B = 60.42%

CMYK

 C value IS 0.56

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#401F91 (or 0x401F91) is known color: Persian Indigo. HEX triplet: 40, 1F and 91. RGB value is (64,31,145). Sum of RGB (Red+Green+Blue) = 64+31+145=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 145 (57.03% from 255 or 60.42% from 240); Max value from RGB is 145 - color contains mainly: blue. Hex color #401F91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401F91 is #BFE06E. Grayscale: #353535. Windows color (decimal): -12574831 or 9510720. OLE color: 9510720.

HSL color Cylindrical-coordinate representation of color #401F91: hue angle of 257.37º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #401F91 is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 31 145 -
CMYK 0.56 0.79 0 0.43
HSL 257.37º 0.65% 0.35% -
HSV(B) 257.37º 0.79% 0.57% -
XYZ 7.72 4.11 27.18 -
YUV 53.86 179.43 135.23 -
System Red Green Blue C M Y K H S L
Decimal 64 31 145 0.56 0.79 0 0.43 257.37 0.65 0.35
Hex 40 1F 91 38 4F 0 2B 101 41 23
Octal 100 37 221 70 117 0 53 401 101 43
Binary 1000000 11111 10010001 111000 1001111 0 101011 100000001 1000001 100011

Color Harmonies of #401F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401F91

Black with #401F91

Text Example


Text Example

White with #401F91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,31,145); }

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

background-color css

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

 a { background-color: rgb(64,31,145); }

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

border-color css

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

 span { border-color: rgb(64,31,145); }

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