Html Css Color HEX #401590 Persian Indigo

📋 copy color: '#401590'

red 64 ◦ green 21 ◦ blue 144

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

Shades of Persian Indigo #401590

Tints of Persian Indigo #401590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.17%

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

R = 27.95%
G = 9.17%
B = 62.88%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#401590 (or 0x401590) is known color: Persian Indigo. HEX triplet: 40, 15 and 90. RGB value is (64,21,144). Sum of RGB (Red+Green+Blue) = 64+21+144=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 144 (56.64% from 255 or 62.88% from 229); Max value from RGB is 144 - color contains mainly: blue. Hex color #401590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401590 is #BFEA6F. Grayscale: #2F2F2F. Windows color (decimal): -12577392 or 9442624. OLE color: 9442624.

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

Color convert

RGB 64 21 144 -
CMYK 0.56 0.85 0 0.44
HSL 260.98º 0.75% 0.32% -
HSV(B) 260.98º 0.85% 0.56% -
XYZ 7.42 3.64 26.7 -
YUV 47.88 182.25 139.5 -
System Red Green Blue C M Y K H S L
Decimal 64 21 144 0.56 0.85 0 0.44 260.98 0.75 0.32
Hex 40 15 90 38 55 0 2C 105 4B 20
Octal 100 25 220 70 125 0 54 405 113 40
Binary 1000000 10101 10010000 111000 1010101 0 101100 100000101 1001011 100000

Color Harmonies of #401590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401590

Black with #401590

Text Example


Text Example

White with #401590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401590; }

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

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

background-color css

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

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

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

border-color css

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

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

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