#421395

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

Shades of Persian Indigo #421395

Tints of Persian Indigo #421395

Color information

#421395 (or 0x421395) is unknown color: approx Persian Indigo. HEX triplet: 42, 13 and 95. RGB value is (66,19,149). Sum of RGB (Red+Green+Blue) = 66+19+149=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #421395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421395 is #BDEC6A. Grayscale: #2F2F2F. Windows color (decimal): -12446827 or 9769794. OLE color: 9769794.

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

Color convert

RGB6619149-
CMYK0.560.8700.42
HSL261.69º77.38%32.94%-
HSV(B)261.69º87.25%58.43%-
XYZ7.93.7928.75-
YUV47.87185.07140.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.21%
GREEN value IS 19 (7.81% from 255) = 8.12%
BLUE value IS 149 (58.59% from 255) = 63.68%
R=28.21%
G=8.12%
B=63.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66191490.560.8700.42261.6977.3832.94
Hex421395385702A1064d21
Octal102232257012705240611541
Binary10000101001110010101111000101011101010101000001101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421395; }

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

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

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

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

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

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

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

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