Html Css Color HEX #401486 Persian Indigo

📋 copy color: '#401486'

red 64 ◦ green 20 ◦ blue 134

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

Shades of Persian Indigo #401486

Tints of Persian Indigo #401486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 61.47%

R = 29.36%
G = 9.17%
B = 61.47%

CMYK

 C value IS 0.52

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#401486 (or 0x401486) is known color: Persian Indigo. HEX triplet: 40, 14 and 86. RGB value is (64,20,134). Sum of RGB (Red+Green+Blue) = 64+20+134=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 134 (52.73% from 255 or 61.47% from 218); Max value from RGB is 134 - color contains mainly: blue. Hex color #401486 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401486 is #BFEB79. Grayscale: #2D2D2D. Windows color (decimal): -12577658 or 8787008. OLE color: 8787008.

HSL color Cylindrical-coordinate representation of color #401486: hue angle of 263.16º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #401486 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 20 134 -
CMYK 0.52 0.85 0 0.47
HSL 263.16º 0.74% 0.3% -
HSV(B) 263.16º 0.85% 0.53% -
XYZ 6.67 3.31 22.84 -
YUV 46.15 177.58 140.73 -
System Red Green Blue C M Y K H S L
Decimal 64 20 134 0.52 0.85 0 0.47 263.16 0.74 0.3
Hex 40 14 86 34 55 0 2F 107 4A 1E
Octal 100 24 206 64 125 0 57 407 112 36
Binary 1000000 10100 10000110 110100 1010101 0 101111 100000111 1001010 11110

Color Harmonies of #401486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401486

Black with #401486

Text Example


Text Example

White with #401486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401486; }

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

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

background-color css

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

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

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

border-color css

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

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

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