Html Css Color HEX #401A73 Persian Indigo

📋 copy color: '#401A73'

red 64 ◦ green 26 ◦ blue 115

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

Shades of Persian Indigo #401A73

Tints of Persian Indigo #401A73

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.68%

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

R = 31.22%
G = 12.68%
B = 56.1%

CMYK

 C value IS 0.44

 M value IS 0.77

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#401A73 (or 0x401A73) is known color: Persian Indigo. HEX triplet: 40, 1A and 73. RGB value is (64,26,115). Sum of RGB (Red+Green+Blue) = 64+26+115=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #401A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401A73 is #BFE58C. Grayscale: #2F2F2F. Windows color (decimal): -12576141 or 7543360. OLE color: 7543360.

HSL color Cylindrical-coordinate representation of color #401A73: hue angle of 265.62º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #401A73 is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 26 115 -
CMYK 0.44 0.77 0 0.55
HSL 265.62º 0.63% 0.28% -
HSV(B) 265.62º 0.77% 0.45% -
XYZ 5.58 3.07 16.52 -
YUV 47.51 166.09 139.76 -
System Red Green Blue C M Y K H S L
Decimal 64 26 115 0.44 0.77 0 0.55 265.62 0.63 0.28
Hex 40 1A 73 2C 4D 0 37 10A 3F 1C
Octal 100 32 163 54 115 0 67 412 77 34
Binary 1000000 11010 1110011 101100 1001101 0 110111 100001010 111111 11100

Color Harmonies of #401A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A73

Black with #401A73

Text Example


Text Example

White with #401A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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