Html Css Color HEX #401473 Persian Indigo

📋 copy color: '#401473'

red 64 ◦ green 20 ◦ blue 115

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

Shades of Persian Indigo #401473

Tints of Persian Indigo #401473

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.05%

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

R = 32.16%
G = 10.05%
B = 57.79%

CMYK

 C value IS 0.44

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#401473 (or 0x401473) is known color: Persian Indigo. HEX triplet: 40, 14 and 73. RGB value is (64,20,115). Sum of RGB (Red+Green+Blue) = 64+20+115=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #401473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401473 is #BFEB8C. Grayscale: #2B2B2B. Windows color (decimal): -12577677 or 7541824. OLE color: 7541824.

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

Color convert

RGB 64 20 115 -
CMYK 0.44 0.83 0 0.55
HSL 267.79º 0.7% 0.26% -
HSV(B) 267.79º 0.83% 0.45% -
XYZ 5.46 2.83 16.48 -
YUV 43.99 168.08 142.28 -
System Red Green Blue C M Y K H S L
Decimal 64 20 115 0.44 0.83 0 0.55 267.79 0.7 0.26
Hex 40 14 73 2C 53 0 37 10C 46 1A
Octal 100 24 163 54 123 0 67 414 106 32
Binary 1000000 10100 1110011 101100 1010011 0 110111 100001100 1000110 11010

Color Harmonies of #401473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401473

Black with #401473

Text Example


Text Example

White with #401473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401473; }

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

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

background-color css

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

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

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

border-color css

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

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

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