Html Css Color HEX #401973 Persian Indigo

📋 copy color: '#401973'

red 64 ◦ green 25 ◦ blue 115

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

Shades of Persian Indigo #401973

Tints of Persian Indigo #401973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.25%

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

R = 31.37%
G = 12.25%
B = 56.37%

CMYK

 C value IS 0.44

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#401973 (or 0x401973) is known color: Persian Indigo. HEX triplet: 40, 19 and 73. RGB value is (64,25,115). Sum of RGB (Red+Green+Blue) = 64+25+115=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #401973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401973 is #BFE68C. Grayscale: #2E2E2E. Windows color (decimal): -12576397 or 7543104. OLE color: 7543104.

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

Color convert

RGB 64 25 115 -
CMYK 0.44 0.78 0 0.55
HSL 266º 0.64% 0.27% -
HSV(B) 266º 0.78% 0.45% -
XYZ 5.56 3.02 16.51 -
YUV 46.92 166.42 140.18 -
System Red Green Blue C M Y K H S L
Decimal 64 25 115 0.44 0.78 0 0.55 266 0.64 0.27
Hex 40 19 73 2C 4E 0 37 10A 40 1B
Octal 100 31 163 54 116 0 67 412 100 33
Binary 1000000 11001 1110011 101100 1001110 0 110111 100001010 1000000 11011

Color Harmonies of #401973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401973

Black with #401973

Text Example


Text Example

White with #401973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401973; }

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

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

background-color css

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

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

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

border-color css

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

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

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