Html Css Color HEX #401271 Persian Indigo

📋 copy color: '#401271'

red 64 ◦ green 18 ◦ blue 113

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

Shades of Persian Indigo #401271

Tints of Persian Indigo #401271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.23%

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

R = 32.82%
G = 9.23%
B = 57.95%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#401271 (or 0x401271) is known color: Persian Indigo. HEX triplet: 40, 12 and 71. RGB value is (64,18,113). Sum of RGB (Red+Green+Blue) = 64+18+113=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #401271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401271 is #BFED8E. Grayscale: #2A2A2A. Windows color (decimal): -12578191 or 7410240. OLE color: 7410240.

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

Color convert

RGB 64 18 113 -
CMYK 0.43 0.84 0 0.56
HSL 269.05º 0.73% 0.26% -
HSV(B) 269.05º 0.84% 0.44% -
XYZ 5.31 2.71 15.87 -
YUV 42.58 167.74 143.28 -
System Red Green Blue C M Y K H S L
Decimal 64 18 113 0.43 0.84 0 0.56 269.05 0.73 0.26
Hex 40 12 71 2B 54 0 38 10D 49 1A
Octal 100 22 161 53 124 0 70 415 111 32
Binary 1000000 10010 1110001 101011 1010100 0 111000 100001101 1001001 11010

Color Harmonies of #401271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401271

Black with #401271

Text Example


Text Example

White with #401271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401271; }

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

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

background-color css

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

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

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

border-color css

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

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

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