Html Css Color HEX #401871 Persian Indigo

📋 copy color: '#401871'

red 64 ◦ green 24 ◦ blue 113

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

Shades of Persian Indigo #401871

Tints of Persian Indigo #401871

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.94%

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

R = 31.84%
G = 11.94%
B = 56.22%

CMYK

 C value IS 0.43

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#401871 (or 0x401871) is known color: Persian Indigo. HEX triplet: 40, 18 and 71. RGB value is (64,24,113). Sum of RGB (Red+Green+Blue) = 64+24+113=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #401871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401871 is #BFE78E. Grayscale: #2D2D2D. Windows color (decimal): -12576655 or 7411776. OLE color: 7411776.

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

Color convert

RGB 64 24 113 -
CMYK 0.43 0.79 0 0.56
HSL 266.97º 0.65% 0.27% -
HSV(B) 266.97º 0.79% 0.44% -
XYZ 5.42 2.94 15.9 -
YUV 46.11 165.75 140.76 -
System Red Green Blue C M Y K H S L
Decimal 64 24 113 0.43 0.79 0 0.56 266.97 0.65 0.27
Hex 40 18 71 2B 4F 0 38 10B 41 1B
Octal 100 30 161 53 117 0 70 413 101 33
Binary 1000000 11000 1110001 101011 1001111 0 111000 100001011 1000001 11011

Color Harmonies of #401871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401871

Black with #401871

Text Example


Text Example

White with #401871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401871; }

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

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

background-color css

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

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

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

border-color css

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

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

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