Html Css Color HEX #401772 Persian Indigo

📋 copy color: '#401772'

red 64 ◦ green 23 ◦ blue 114

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

Shades of Persian Indigo #401772

Tints of Persian Indigo #401772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 56.72%

R = 31.84%
G = 11.44%
B = 56.72%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#401772 (or 0x401772) is known color: Persian Indigo. HEX triplet: 40, 17 and 72. RGB value is (64,23,114). Sum of RGB (Red+Green+Blue) = 64+23+114=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #401772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401772 is #BFE88D. Grayscale: #2D2D2D. Windows color (decimal): -12576910 or 7477056. OLE color: 7477056.

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

Color convert

RGB 64 23 114 -
CMYK 0.44 0.80 0 0.55
HSL 267.03º 0.66% 0.27% -
HSV(B) 267.03º 0.8% 0.45% -
XYZ 5.46 2.92 16.2 -
YUV 45.63 166.58 141.1 -
System Red Green Blue C M Y K H S L
Decimal 64 23 114 0.44 0.80 0 0.55 267.03 0.66 0.27
Hex 40 17 72 2C 50 0 37 10B 42 1B
Octal 100 27 162 54 120 0 67 413 102 33
Binary 1000000 10111 1110010 101100 1010000 0 110111 100001011 1000010 11011

Color Harmonies of #401772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401772

Black with #401772

Text Example


Text Example

White with #401772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401772; }

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

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

background-color css

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

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

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

border-color css

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

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

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