#42167a

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

Shades of Persian Indigo #42167A

Tints of Persian Indigo #42167A

Color information

#42167A (or 0x42167A) is unknown color: approx Persian Indigo. HEX triplet: 42, 16 and 7A. RGB value is (66,22,122). Sum of RGB (Red+Green+Blue) = 66+22+122=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 122 (48.05% from 255 or 58.10% from 210); Max value from RGB is 122 - color contains mainly: blue. Hex color #42167A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42167A is #BDE985. Grayscale: #2E2E2E. Windows color (decimal): -12446086 or 8001090. OLE color: 8001090.

HSL color Cylindrical-coordinate representation of color #42167A: hue angle of 266.4º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42167A is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6622122-
CMYK0.460.8200.52
HSL266.4º69.44%28.24%-
HSV(B)266.4º81.97%47.84%-
XYZ6.053.1418.7-
YUV46.56170.58141.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.43%
GREEN value IS 22 (8.98% from 255) = 10.48%
BLUE value IS 122 (48.05% from 255) = 58.10%
R=31.43%
G=10.48%
B=58.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66221220.460.8200.52266.469.4428.24
Hex42167A2E5203410a451c
Octal102261725612206441210534
Binary100001010110111101010111010100100110100100001010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42167a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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