#421895

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

Shades of Persian Indigo #421895

Tints of Persian Indigo #421895

Color information

#421895 (or 0x421895) is unknown color: approx Persian Indigo. HEX triplet: 42, 18 and 95. RGB value is (66,24,149). Sum of RGB (Red+Green+Blue) = 66+24+149=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #421895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421895 is #BDE76A. Grayscale: #323232. Windows color (decimal): -12445547 or 9771074. OLE color: 9771074.

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

Color convert

RGB6624149-
CMYK0.560.8400.42
HSL260.16º72.25%33.92%-
HSV(B)260.16º83.89%58.43%-
XYZ83.9828.78-
YUV50.81183.41138.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.62%
GREEN value IS 24 (9.77% from 255) = 10.04%
BLUE value IS 149 (58.59% from 255) = 62.34%
R=27.62%
G=10.04%
B=62.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66241490.560.8400.42260.1672.2533.92
Hex421895385402A1044822
Octal102302257012405240411042
Binary10000101100010010101111000101010001010101000001001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421895; }

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

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

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

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

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

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

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

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