Html Css Color HEX #401490 Persian Indigo

📋 copy color: '#401490'

red 64 ◦ green 20 ◦ blue 144

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

Shades of Persian Indigo #401490

Tints of Persian Indigo #401490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.77%

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

R = 28.07%
G = 8.77%
B = 63.16%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#401490 (or 0x401490) is known color: Persian Indigo. HEX triplet: 40, 14 and 90. RGB value is (64,20,144). Sum of RGB (Red+Green+Blue) = 64+20+144=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 20 (8.20% from 255 or 8.77% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #401490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401490 is #BFEB6F. Grayscale: #2E2E2E. Windows color (decimal): -12577648 or 9442368. OLE color: 9442368.

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

Color convert

RGB 64 20 144 -
CMYK 0.56 0.86 0 0.44
HSL 261.29º 0.76% 0.32% -
HSV(B) 261.29º 0.86% 0.56% -
XYZ 7.4 3.6 26.69 -
YUV 47.29 182.58 139.92 -
System Red Green Blue C M Y K H S L
Decimal 64 20 144 0.56 0.86 0 0.44 261.29 0.76 0.32
Hex 40 14 90 38 56 0 2C 105 4C 20
Octal 100 24 220 70 126 0 54 405 114 40
Binary 1000000 10100 10010000 111000 1010110 0 101100 100000101 1001100 100000

Color Harmonies of #401490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401490

Black with #401490

Text Example


Text Example

White with #401490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401490; }

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

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

background-color css

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

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

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

border-color css

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

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

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