Html Css Color HEX #401A77 Persian Indigo

📋 copy color: '#401A77'

red 64 ◦ green 26 ◦ blue 119

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

Shades of Persian Indigo #401A77

Tints of Persian Indigo #401A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 56.94%

R = 30.62%
G = 12.44%
B = 56.94%

CMYK

 C value IS 0.46

 M value IS 0.78

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#401A77 (or 0x401A77) is known color: Persian Indigo. HEX triplet: 40, 1A and 77. RGB value is (64,26,119). Sum of RGB (Red+Green+Blue) = 64+26+119=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #401A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401A77 is #BFE588. Grayscale: #2F2F2F. Windows color (decimal): -12576137 or 7805504. OLE color: 7805504.

HSL color Cylindrical-coordinate representation of color #401A77: hue angle of 264.52º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #401A77 is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 26 119 -
CMYK 0.46 0.78 0 0.53
HSL 264.52º 0.64% 0.28% -
HSV(B) 264.52º 0.78% 0.47% -
XYZ 5.81 3.16 17.76 -
YUV 47.96 168.09 139.44 -
System Red Green Blue C M Y K H S L
Decimal 64 26 119 0.46 0.78 0 0.53 264.52 0.64 0.28
Hex 40 1A 77 2E 4E 0 35 109 40 1C
Octal 100 32 167 56 116 0 65 411 100 34
Binary 1000000 11010 1110111 101110 1001110 0 110101 100001001 1000000 11100

Color Harmonies of #401A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A77

Black with #401A77

Text Example


Text Example

White with #401A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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