#421874

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

Shades of Persian Indigo #421874

Tints of Persian Indigo #421874

Color information

#421874 (or 0x421874) is unknown color: approx Persian Indigo. HEX triplet: 42, 18 and 74. RGB value is (66,24,116). Sum of RGB (Red+Green+Blue) = 66+24+116=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #421874 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421874 is #BDE78B. Grayscale: #2E2E2E. Windows color (decimal): -12445580 or 7608386. OLE color: 7608386.

HSL color Cylindrical-coordinate representation of color #421874: hue angle of 267.39º degrees, saturation: 0.66, 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 #421874 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6624116-
CMYK0.430.7900.55
HSL267.39º65.71%27.45%-
HSV(B)267.39º79.31%45.49%-
XYZ5.733.0716.81-
YUV47.05166.91141.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 24 (9.77% from 255) = 11.65%
BLUE value IS 116 (45.70% from 255) = 56.31%
R=32.04%
G=11.65%
B=56.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66241160.430.7900.55267.3965.7127.45
Hex4218742B4F03710b421b
Octal102301645311706741310233
Binary100001011000111010010101110011110110111100001011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421874; }

 p { color: rgb(66,24,116); }

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

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

 a { background-color: rgb(66,24,116); }

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

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

 span { border-color: rgb(66,24,116); }

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