#42167C

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

Shades of Persian Indigo #42167C

Tints of Persian Indigo #42167C

Color information

#42167C (or 0x42167C) is unknown color: approx Persian Indigo. HEX triplet: 42, 16 and 7C. RGB value is (66,22,124). Sum of RGB (Red+Green+Blue) = 66+22+124=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #42167C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42167C is #BDE983. Grayscale: #2E2E2E. Windows color (decimal): -12446084 or 8132162. OLE color: 8132162.

HSL color Cylindrical-coordinate representation of color #42167C: hue angle of 265.88º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42167C is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6622124-
CMYK0.470.8200.51
HSL265.88º69.86%28.63%-
HSV(B)265.88º82.26%48.63%-
XYZ6.173.1919.36-
YUV46.78171.58141.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.13%
GREEN value IS 22 (8.98% from 255) = 10.38%
BLUE value IS 124 (48.83% from 255) = 58.49%
R=31.13%
G=10.38%
B=58.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66221240.470.8200.51265.8869.8628.63
Hex42167C2F5203310a461d
Octal102261745712206341210635
Binary100001010110111110010111110100100110011100001010100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42167C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42167C; }

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

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

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

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

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

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

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

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