Html Css Color HEX #401890 Persian Indigo

📋 copy color: '#401890'

red 64 ◦ green 24 ◦ blue 144

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

Shades of Persian Indigo #401890

Tints of Persian Indigo #401890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 62.07%

R = 27.59%
G = 10.34%
B = 62.07%

CMYK

 C value IS 0.56

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#401890 (or 0x401890) is known color: Persian Indigo. HEX triplet: 40, 18 and 90. RGB value is (64,24,144). Sum of RGB (Red+Green+Blue) = 64+24+144=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #401890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401890 is #BFE76F. Grayscale: #313131. Windows color (decimal): -12576624 or 9443392. OLE color: 9443392.

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

Color convert

RGB 64 24 144 -
CMYK 0.56 0.83 0 0.44
HSL 260º 0.71% 0.33% -
HSV(B) 260º 0.83% 0.56% -
XYZ 7.48 3.76 26.72 -
YUV 49.64 181.25 138.24 -
System Red Green Blue C M Y K H S L
Decimal 64 24 144 0.56 0.83 0 0.44 260 0.71 0.33
Hex 40 18 90 38 53 0 2C 104 47 21
Octal 100 30 220 70 123 0 54 404 107 41
Binary 1000000 11000 10010000 111000 1010011 0 101100 100000100 1000111 100001

Color Harmonies of #401890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401890

Black with #401890

Text Example


Text Example

White with #401890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401890; }

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

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

background-color css

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

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

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

border-color css

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

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

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