#421994

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

Shades of Persian Indigo #421994

Tints of Persian Indigo #421994

Color information

#421994 (or 0x421994) is unknown color: approx Persian Indigo. HEX triplet: 42, 19 and 94. RGB value is (66,25,148). Sum of RGB (Red+Green+Blue) = 66+25+148=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 148 (58.20% from 255 or 61.92% from 239); Max value from RGB is 148 - color contains mainly: blue. Hex color #421994 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421994 is #BDE66B. Grayscale: #323232. Windows color (decimal): -12445292 or 9705794. OLE color: 9705794.

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

Color convert

RGB6625148-
CMYK0.550.8300.42
HSL260º71.1%33.92%-
HSV(B)260º83.11%58.04%-
XYZ7.943.9928.37-
YUV51.28182.58138.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.62%
GREEN value IS 25 (10.16% from 255) = 10.46%
BLUE value IS 148 (58.20% from 255) = 61.92%
R=27.62%
G=10.46%
B=61.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66251480.550.8300.4226071.133.92
Hex421994375302A1044722
Octal102312246712305240410742
Binary10000101100110010100110111101001101010101000001001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421994; }

 p { color: rgb(66,25,148); }

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

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

 a { background-color: rgb(66,25,148); }

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

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

 span { border-color: rgb(66,25,148); }

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