Html Css Color HEX #401979 Persian Indigo

📋 copy color: '#401979'

red 64 ◦ green 25 ◦ blue 121

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

Shades of Persian Indigo #401979

Tints of Persian Indigo #401979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.9%

 BLUE value IS 121 (47.66% from 255) = 57.62%

R = 30.48%
G = 11.9%
B = 57.62%

CMYK

 C value IS 0.47

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#401979 (or 0x401979) is known color: Persian Indigo. HEX triplet: 40, 19 and 79. RGB value is (64,25,121). Sum of RGB (Red+Green+Blue) = 64+25+121=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #401979 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401979 is #BFE686. Grayscale: #2F2F2F. Windows color (decimal): -12576391 or 7936320. OLE color: 7936320.

HSL color Cylindrical-coordinate representation of color #401979: hue angle of 264.38º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #401979 is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 25 121 -
CMYK 0.47 0.79 0 0.53
HSL 264.38º 0.66% 0.29% -
HSV(B) 264.38º 0.79% 0.47% -
XYZ 5.91 3.17 18.39 -
YUV 47.61 169.42 139.69 -
System Red Green Blue C M Y K H S L
Decimal 64 25 121 0.47 0.79 0 0.53 264.38 0.66 0.29
Hex 40 19 79 2F 4F 0 35 108 42 1D
Octal 100 31 171 57 117 0 65 410 102 35
Binary 1000000 11001 1111001 101111 1001111 0 110101 100001000 1000010 11101

Color Harmonies of #401979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401979

Black with #401979

Text Example


Text Example

White with #401979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401979; }

 p { color: rgb(64,25,121); }

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

background-color css

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

 a { background-color: rgb(64,25,121); }

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

border-color css

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

 span { border-color: rgb(64,25,121); }

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