Html Css Color HEX #401891 Persian Indigo

📋 copy color: '#401891'

red 64 ◦ green 24 ◦ blue 145

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

Shades of Persian Indigo #401891

Tints of Persian Indigo #401891

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.3%

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

R = 27.47%
G = 10.3%
B = 62.23%

CMYK

 C value IS 0.56

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#401891 (or 0x401891) is known color: Persian Indigo. HEX triplet: 40, 18 and 91. RGB value is (64,24,145). Sum of RGB (Red+Green+Blue) = 64+24+145=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 145 (57.03% from 255 or 62.23% from 233); Max value from RGB is 145 - color contains mainly: blue. Hex color #401891 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401891 is #BFE76E. Grayscale: #313131. Windows color (decimal): -12576623 or 9508928. OLE color: 9508928.

HSL color Cylindrical-coordinate representation of color #401891: hue angle of 259.83º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #401891 is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 24 145 -
CMYK 0.56 0.83 0 0.43
HSL 259.83º 0.72% 0.33% -
HSV(B) 259.83º 0.83% 0.57% -
XYZ 7.55 3.79 27.12 -
YUV 49.75 181.75 138.16 -
System Red Green Blue C M Y K H S L
Decimal 64 24 145 0.56 0.83 0 0.43 259.83 0.72 0.33
Hex 40 18 91 38 53 0 2B 104 48 21
Octal 100 30 221 70 123 0 53 404 110 41
Binary 1000000 11000 10010001 111000 1010011 0 101011 100000100 1001000 100001

Color Harmonies of #401891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401891

Black with #401891

Text Example


Text Example

White with #401891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401891; }

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

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

background-color css

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

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

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

border-color css

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

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

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