#401877

Color #401877 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #401877

Tints of Persian Indigo #401877

Color information

#401877 (or 0x401877) is unknown color: approx Persian Indigo. HEX triplet: 40, 18 and 77. RGB value is (64,24,119). Sum of RGB (Red+Green+Blue) = 64+24+119=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 119 (46.88% from 255 or 57.49% from 207); Max value from RGB is 119 - color contains mainly: blue. Hex color #401877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401877 is #BFE788. Grayscale: #2E2E2E. Windows color (decimal): -12576649 or 7804992. OLE color: 7804992.

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

Color convert

RGB6424119-
CMYK0.460.8000.53
HSL265.26º66.43%28.04%-
HSV(B)265.26º79.83%46.67%-
XYZ5.773.0817.74-
YUV46.79168.75140.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.92%
GREEN value IS 24 (9.77% from 255) = 11.59%
BLUE value IS 119 (46.88% from 255) = 57.49%
R=30.92%
G=11.59%
B=57.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64241190.460.8000.53265.2666.4328.04
Hex4018772E50035109421c
Octal100301675612006541110234
Binary100000011000111011110111010100000110101100001001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401877; }

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

 H1.HeaderClassName
 {
   color: #401877;
 }
 .AnyTagClassName
 {
   color: #401877;
 }
</style>
background-color css

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

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

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

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

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

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