#42168e

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

Shades of Persian Indigo #42168E

Tints of Persian Indigo #42168E

Color information

#42168E (or 0x42168E) is unknown color: approx Persian Indigo. HEX triplet: 42, 16 and 8E. RGB value is (66,22,142). Sum of RGB (Red+Green+Blue) = 66+22+142=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 142 (55.86% from 255 or 61.74% from 230); Max value from RGB is 142 - color contains mainly: blue. Hex color #42168E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42168E is #BDE971. Grayscale: #303030. Windows color (decimal): -12446066 or 9311810. OLE color: 9311810.

HSL color Cylindrical-coordinate representation of color #42168E: hue angle of 262º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42168E is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6622142-
CMYK0.540.8500.44
HSL262º73.17%32.16%-
HSV(B)262º84.51%55.69%-
XYZ7.423.6925.91-
YUV48.84180.58140.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.70%
GREEN value IS 22 (8.98% from 255) = 9.57%
BLUE value IS 142 (55.86% from 255) = 61.74%
R=28.70%
G=9.57%
B=61.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66221420.540.8500.4426273.1732.16
Hex42168E365502C1064920
Octal102262166612505440611140
Binary10000101011010001110110110101010101011001000001101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42168e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42168e; }

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

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

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

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

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

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

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

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