Html Css Color HEX #401170 Persian Indigo

📋 copy color: '#401170'

red 64 ◦ green 17 ◦ blue 112

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

Shades of Persian Indigo #401170

Tints of Persian Indigo #401170

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.81%

 BLUE value IS 112 (44.14% from 255) = 58.03%

R = 33.16%
G = 8.81%
B = 58.03%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#401170 (or 0x401170) is known color: Persian Indigo. HEX triplet: 40, 11 and 70. RGB value is (64,17,112). Sum of RGB (Red+Green+Blue) = 64+17+112=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #401170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401170 is #BFEE8F. Grayscale: #292929. Windows color (decimal): -12578448 or 7344448. OLE color: 7344448.

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

Color convert

RGB 64 17 112 -
CMYK 0.43 0.85 0 0.56
HSL 269.68º 0.74% 0.25% -
HSV(B) 269.68º 0.85% 0.44% -
XYZ 5.24 2.66 15.57 -
YUV 41.88 167.57 143.78 -
System Red Green Blue C M Y K H S L
Decimal 64 17 112 0.43 0.85 0 0.56 269.68 0.74 0.25
Hex 40 11 70 2B 55 0 38 10E 4A 19
Octal 100 21 160 53 125 0 70 416 112 31
Binary 1000000 10001 1110000 101011 1010101 0 111000 100001110 1001010 11001

Color Harmonies of #401170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401170

Black with #401170

Text Example


Text Example

White with #401170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401170; }

 p { color: rgb(64,17,112); }

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

background-color css

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

 a { background-color: rgb(64,17,112); }

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

border-color css

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

 span { border-color: rgb(64,17,112); }

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