Html Css Color HEX #401573 Persian Indigo

📋 copy color: '#401573'

red 64 ◦ green 21 ◦ blue 115

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

Shades of Persian Indigo #401573

Tints of Persian Indigo #401573

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.5%

 BLUE value IS 115 (45.31% from 255) = 57.5%

R = 32%
G = 10.5%
B = 57.5%

CMYK

 C value IS 0.44

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#401573 (or 0x401573) is known color: Persian Indigo. HEX triplet: 40, 15 and 73. RGB value is (64,21,115). Sum of RGB (Red+Green+Blue) = 64+21+115=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 115 (45.31% from 255 or 57.5% from 200); Max value from RGB is 115 - color contains mainly: blue. Hex color #401573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401573 is #BFEA8C. Grayscale: #2C2C2C. Windows color (decimal): -12577421 or 7542080. OLE color: 7542080.

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

Color convert

RGB 64 21 115 -
CMYK 0.44 0.82 0 0.55
HSL 267.45º 0.69% 0.27% -
HSV(B) 267.45º 0.82% 0.45% -
XYZ 5.48 2.86 16.48 -
YUV 44.57 167.75 141.86 -
System Red Green Blue C M Y K H S L
Decimal 64 21 115 0.44 0.82 0 0.55 267.45 0.69 0.27
Hex 40 15 73 2C 52 0 37 10B 45 1B
Octal 100 25 163 54 122 0 67 413 105 33
Binary 1000000 10101 1110011 101100 1010010 0 110111 100001011 1000101 11011

Color Harmonies of #401573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401573

Black with #401573

Text Example


Text Example

White with #401573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401573; }

 p { color: rgb(64,21,115); }

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

background-color css

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

 a { background-color: rgb(64,21,115); }

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

border-color css

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

 span { border-color: rgb(64,21,115); }

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