#421899

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

Shades of Persian Indigo #421899

Tints of Persian Indigo #421899

Color information

#421899 (or 0x421899) is unknown color: approx Persian Indigo. HEX triplet: 42, 18 and 99. RGB value is (66,24,153). Sum of RGB (Red+Green+Blue) = 66+24+153=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 153 (60.16% from 255 or 62.96% from 243); Max value from RGB is 153 - color contains mainly: blue. Hex color #421899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421899 is #BDE766. Grayscale: #323232. Windows color (decimal): -12445543 or 10033218. OLE color: 10033218.

HSL color Cylindrical-coordinate representation of color #421899: hue angle of 259.53º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #421899 is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6624153-
CMYK0.570.8400.4
HSL259.53º72.88%34.71%-
HSV(B)259.53º84.31%60%-
XYZ8.324.1130.49-
YUV51.26185.41138.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 24 (9.77% from 255) = 9.88%
BLUE value IS 153 (60.16% from 255) = 62.96%
R=27.16%
G=9.88%
B=62.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66241530.570.8400.4259.5372.8834.71
Hex42189939540281044923
Octal102302317112405040411143
Binary10000101100010011001111001101010001010001000001001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421899; }

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

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

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

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

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

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

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

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