#421386

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

Shades of Persian Indigo #421386

Tints of Persian Indigo #421386

Color information

#421386 (or 0x421386) is unknown color: approx Persian Indigo. HEX triplet: 42, 13 and 86. RGB value is (66,19,134). Sum of RGB (Red+Green+Blue) = 66+19+134=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 134 (52.73% from 255 or 61.19% from 219); Max value from RGB is 134 - color contains mainly: blue. Hex color #421386 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421386 is #BDEC79. Grayscale: #2D2D2D. Windows color (decimal): -12446842 or 8786754. OLE color: 8786754.

HSL color Cylindrical-coordinate representation of color #421386: hue angle of 264.52º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #421386 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6619134-
CMYK0.510.8600.47
HSL264.52º75.16%30%-
HSV(B)264.52º85.82%52.55%-
XYZ6.783.3522.84-
YUV46.16177.57142.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.14%
GREEN value IS 19 (7.81% from 255) = 8.68%
BLUE value IS 134 (52.73% from 255) = 61.19%
R=30.14%
G=8.68%
B=61.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66191340.510.8600.47264.5275.1630
Hex421386335602F1094b1e
Octal102232066312605741111336
Binary1000010100111000011011001110101100101111100001001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421386; }

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

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

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

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

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

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

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

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