#421676

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

Shades of Persian Indigo #421676

Tints of Persian Indigo #421676

Color information

#421676 (or 0x421676) is unknown color: approx Persian Indigo. HEX triplet: 42, 16 and 76. RGB value is (66,22,118). Sum of RGB (Red+Green+Blue) = 66+22+118=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #421676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421676 is #BDE989. Grayscale: #2D2D2D. Windows color (decimal): -12446090 or 7738946. OLE color: 7738946.

HSL color Cylindrical-coordinate representation of color #421676: hue angle of 267.5º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #421676 is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6622118-
CMYK0.440.8100.54
HSL267.5º68.57%27.45%-
HSV(B)267.5º81.36%46.27%-
XYZ5.83.0417.42-
YUV46.1168.58142.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.04%
GREEN value IS 22 (8.98% from 255) = 10.68%
BLUE value IS 118 (46.48% from 255) = 57.28%
R=32.04%
G=10.68%
B=57.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66221180.440.8100.54267.568.5727.45
Hex4216762C5103610c451b
Octal102261665412106641410533
Binary100001010110111011010110010100010110110100001100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421676; }

 p { color: rgb(66,22,118); }

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

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

 a { background-color: rgb(66,22,118); }

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

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

 span { border-color: rgb(66,22,118); }

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