#421276

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

Shades of Persian Indigo #421276

Tints of Persian Indigo #421276

Color information

#421276 (or 0x421276) is unknown color: approx Persian Indigo. HEX triplet: 42, 12 and 76. RGB value is (66,18,118). Sum of RGB (Red+Green+Blue) = 66+18+118=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 118 (46.48% from 255 or 58.42% from 202); Max value from RGB is 118 - color contains mainly: blue. Hex color #421276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421276 is #BDED89. Grayscale: #2B2B2B. Windows color (decimal): -12447114 or 7737922. OLE color: 7737922.

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

Color convert

RGB6618118-
CMYK0.440.8500.54
HSL268.8º73.53%26.67%-
HSV(B)268.8º84.75%46.27%-
XYZ5.732.917.4-
YUV43.75169.9143.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.67%
GREEN value IS 18 (7.42% from 255) = 8.91%
BLUE value IS 118 (46.48% from 255) = 58.42%
R=32.67%
G=8.91%
B=58.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66181180.440.8500.54268.873.5326.67
Hex4212762C5503610d4a1b
Octal102221665412506641511233
Binary100001010010111011010110010101010110110100001101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421276; }

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

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

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

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

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

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

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

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