Html Css Color HEX #401171 Persian Indigo

📋 copy color: '#401171'

red 64 ◦ green 17 ◦ blue 113

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

Shades of Persian Indigo #401171

Tints of Persian Indigo #401171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 58.25%

R = 32.99%
G = 8.76%
B = 58.25%

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

#401171 (or 0x401171) is known color: Persian Indigo. HEX triplet: 40, 11 and 71. RGB value is (64,17,113). Sum of RGB (Red+Green+Blue) = 64+17+113=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #401171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401171 is #BFEE8E. Grayscale: #292929. Windows color (decimal): -12578447 or 7409984. OLE color: 7409984.

HSL color Cylindrical-coordinate representation of color #401171: hue angle of 269.38º 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 #401171 is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 17 113 -
CMYK 0.43 0.85 0 0.56
HSL 269.38º 0.74% 0.25% -
HSV(B) 269.38º 0.85% 0.44% -
XYZ 5.3 2.68 15.86 -
YUV 42 168.07 143.69 -
System Red Green Blue C M Y K H S L
Decimal 64 17 113 0.43 0.85 0 0.56 269.38 0.74 0.25
Hex 40 11 71 2B 55 0 38 10D 4A 19
Octal 100 21 161 53 125 0 70 415 112 31
Binary 1000000 10001 1110001 101011 1010101 0 111000 100001101 1001010 11001

Color Harmonies of #401171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401171

Black with #401171

Text Example


Text Example

White with #401171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401171; }

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

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

background-color css

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

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

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

border-color css

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

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

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