Html Css Color HEX #401873 Persian Indigo

📋 copy color: '#401873'

red 64 ◦ green 24 ◦ blue 115

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

Shades of Persian Indigo #401873

Tints of Persian Indigo #401873

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.82%

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

R = 31.53%
G = 11.82%
B = 56.65%

CMYK

 C value IS 0.44

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#401873 (or 0x401873) is known color: Persian Indigo. HEX triplet: 40, 18 and 73. RGB value is (64,24,115). Sum of RGB (Red+Green+Blue) = 64+24+115=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #401873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401873 is #BFE78C. Grayscale: #2E2E2E. Windows color (decimal): -12576653 or 7542848. OLE color: 7542848.

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

Color convert

RGB 64 24 115 -
CMYK 0.44 0.79 0 0.55
HSL 266.37º 0.65% 0.27% -
HSV(B) 266.37º 0.79% 0.45% -
XYZ 5.54 2.98 16.5 -
YUV 46.33 166.75 140.6 -
System Red Green Blue C M Y K H S L
Decimal 64 24 115 0.44 0.79 0 0.55 266.37 0.65 0.27
Hex 40 18 73 2C 4F 0 37 10A 41 1B
Octal 100 30 163 54 117 0 67 412 101 33
Binary 1000000 11000 1110011 101100 1001111 0 110111 100001010 1000001 11011

Color Harmonies of #401873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401873

Black with #401873

Text Example


Text Example

White with #401873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401873; }

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

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

background-color css

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

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

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

border-color css

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

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

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