#421896

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

Shades of Persian Indigo #421896

Tints of Persian Indigo #421896

Color information

#421896 (or 0x421896) is unknown color: approx Persian Indigo. HEX triplet: 42, 18 and 96. RGB value is (66,24,150). Sum of RGB (Red+Green+Blue) = 66+24+150=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #421896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421896 is #BDE769. Grayscale: #323232. Windows color (decimal): -12445546 or 9836610. OLE color: 9836610.

HSL color Cylindrical-coordinate representation of color #421896: hue angle of 260º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #421896 is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6624150-
CMYK0.560.8400.41
HSL260º72.41%34.12%-
HSV(B)260º84%58.82%-
XYZ8.084.0129.2-
YUV50.92183.91138.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.5%
GREEN value IS 24 (9.77% from 255) = 10%
BLUE value IS 150 (58.98% from 255) = 62.5%
R=27.5%
G=10%
B=62.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal66241500.560.8400.4126072.4134.12
Hex42189638540291044822
Octal102302267012405140411042
Binary10000101100010010110111000101010001010011000001001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421896; }

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

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

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

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

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

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

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

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