Html Css Color HEX #401371 Persian Indigo

📋 copy color: '#401371'

red 64 ◦ green 19 ◦ blue 113

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

Shades of Persian Indigo #401371

Tints of Persian Indigo #401371

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.69%

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

R = 32.65%
G = 9.69%
B = 57.65%

CMYK

 C value IS 0.43

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#401371 (or 0x401371) is known color: Persian Indigo. HEX triplet: 40, 13 and 71. RGB value is (64,19,113). Sum of RGB (Red+Green+Blue) = 64+19+113=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #401371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401371 is #BFEC8E. Grayscale: #2A2A2A. Windows color (decimal): -12577935 or 7410496. OLE color: 7410496.

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

Color convert

RGB 64 19 113 -
CMYK 0.43 0.83 0 0.56
HSL 268.72º 0.71% 0.26% -
HSV(B) 268.72º 0.83% 0.44% -
XYZ 5.33 2.75 15.87 -
YUV 43.17 167.41 142.86 -
System Red Green Blue C M Y K H S L
Decimal 64 19 113 0.43 0.83 0 0.56 268.72 0.71 0.26
Hex 40 13 71 2B 53 0 38 10D 47 1A
Octal 100 23 161 53 123 0 70 415 107 32
Binary 1000000 10011 1110001 101011 1010011 0 111000 100001101 1000111 11010

Color Harmonies of #401371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401371

Black with #401371

Text Example


Text Example

White with #401371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401371; }

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

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

background-color css

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

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

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

border-color css

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

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

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