Html Css Color HEX #401771 Persian Indigo

📋 copy color: '#401771'

red 64 ◦ green 23 ◦ blue 113

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

Shades of Persian Indigo #401771

Tints of Persian Indigo #401771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.5%

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

R = 32%
G = 11.5%
B = 56.5%

CMYK

 C value IS 0.43

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#401771 (or 0x401771) is known color: Persian Indigo. HEX triplet: 40, 17 and 71. RGB value is (64,23,113). Sum of RGB (Red+Green+Blue) = 64+23+113=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #401771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401771 is #BFE88E. Grayscale: #2D2D2D. Windows color (decimal): -12576911 or 7411520. OLE color: 7411520.

HSL color Cylindrical-coordinate representation of color #401771: hue angle of 267.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #401771 is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 23 113 -
CMYK 0.43 0.80 0 0.56
HSL 267.33º 0.66% 0.27% -
HSV(B) 267.33º 0.8% 0.44% -
XYZ 5.4 2.9 15.9 -
YUV 45.52 166.08 141.18 -
System Red Green Blue C M Y K H S L
Decimal 64 23 113 0.43 0.80 0 0.56 267.33 0.66 0.27
Hex 40 17 71 2B 50 0 38 10B 42 1B
Octal 100 27 161 53 120 0 70 413 102 33
Binary 1000000 10111 1110001 101011 1010000 0 111000 100001011 1000010 11011

Color Harmonies of #401771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401771

Black with #401771

Text Example


Text Example

White with #401771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401771; }

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

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

background-color css

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

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

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

border-color css

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

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

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