#421083

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

Shades of Persian Indigo #421083

Tints of Persian Indigo #421083

Color information

#421083 (or 0x421083) is unknown color: approx Persian Indigo. HEX triplet: 42, 10 and 83. RGB value is (66,16,131). Sum of RGB (Red+Green+Blue) = 66+16+131=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 131 (51.56% from 255 or 61.50% from 213); Max value from RGB is 131 - color contains mainly: blue. Hex color #421083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421083 is #BDEF7C. Grayscale: #2B2B2B. Windows color (decimal): -12447613 or 8589378. OLE color: 8589378.

HSL color Cylindrical-coordinate representation of color #421083: hue angle of 266.09º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #421083 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6616131-
CMYK0.500.8800.49
HSL266.09º78.23%28.82%-
HSV(B)266.09º87.79%51.37%-
XYZ6.533.1721.74-
YUV44.06177.06143.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 16 (6.64% from 255) = 7.51%
BLUE value IS 131 (51.56% from 255) = 61.50%
R=30.99%
G=7.51%
B=61.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66161310.500.8800.49266.0978.2328.82
Hex421083325803110a4e1d
Octal102202036213006141211635
Binary1000010100001000001111001010110000110001100001010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421083; }

 p { color: rgb(66,16,131); }

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

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

 a { background-color: rgb(66,16,131); }

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

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

 span { border-color: rgb(66,16,131); }

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