Html Css Color HEX #401586 Persian Indigo

📋 copy color: '#401586'

red 64 ◦ green 21 ◦ blue 134

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

Shades of Persian Indigo #401586

Tints of Persian Indigo #401586

RGB

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

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

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

R = 29.22%
G = 9.59%
B = 61.19%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#401586 (or 0x401586) is known color: Persian Indigo. HEX triplet: 40, 15 and 86. RGB value is (64,21,134). Sum of RGB (Red+Green+Blue) = 64+21+134=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 134 (52.73% from 255 or 61.19% from 219); Max value from RGB is 134 - color contains mainly: blue. Hex color #401586 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401586 is #BFEA79. Grayscale: #2E2E2E. Windows color (decimal): -12577402 or 8787264. OLE color: 8787264.

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

Color convert

RGB 64 21 134 -
CMYK 0.52 0.84 0 0.47
HSL 262.83º 0.73% 0.3% -
HSV(B) 262.83º 0.84% 0.53% -
XYZ 6.69 3.35 22.85 -
YUV 46.74 177.25 140.31 -
System Red Green Blue C M Y K H S L
Decimal 64 21 134 0.52 0.84 0 0.47 262.83 0.73 0.3
Hex 40 15 86 34 54 0 2F 107 49 1E
Octal 100 25 206 64 124 0 57 407 111 36
Binary 1000000 10101 10000110 110100 1010100 0 101111 100000111 1001001 11110

Color Harmonies of #401586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401586

Black with #401586

Text Example


Text Example

White with #401586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401586; }

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

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

background-color css

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

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

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

border-color css

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

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

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