#421672

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

Shades of Persian Indigo #421672

Tints of Persian Indigo #421672

Color information

#421672 (or 0x421672) is unknown color: approx Persian Indigo. HEX triplet: 42, 16 and 72. RGB value is (66,22,114). Sum of RGB (Red+Green+Blue) = 66+22+114=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #421672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421672 is #BDE98D. Grayscale: #2D2D2D. Windows color (decimal): -12446094 or 7476802. OLE color: 7476802.

HSL color Cylindrical-coordinate representation of color #421672: hue angle of 268.7º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #421672 is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6622114-
CMYK0.420.8100.55
HSL268.7º67.65%26.67%-
HSV(B)268.7º80.7%44.71%-
XYZ5.572.9516.19-
YUV45.64166.58142.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.67%
GREEN value IS 22 (8.98% from 255) = 10.89%
BLUE value IS 114 (44.92% from 255) = 56.44%
R=32.67%
G=10.89%
B=56.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66221140.420.8100.55268.767.6526.67
Hex4216722A5103710d441b
Octal102261625212106741510433
Binary100001010110111001010101010100010110111100001101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421672; }

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

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

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

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

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

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

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

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