#42169C

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

Shades of Persian Indigo #42169C

Tints of Persian Indigo #42169C

Color information

#42169C (or 0x42169C) is unknown color: approx Persian Indigo. HEX triplet: 42, 16 and 9C. RGB value is (66,22,156). Sum of RGB (Red+Green+Blue) = 66+22+156=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #42169C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42169C is #BDE963. Grayscale: #313131. Windows color (decimal): -12446052 or 10229314. OLE color: 10229314.

HSL color Cylindrical-coordinate representation of color #42169C: hue angle of 259.7º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42169C is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6622156-
CMYK0.580.8600.39
HSL259.7º75.28%34.9%-
HSV(B)259.7º85.9%61.18%-
XYZ8.534.1331.8-
YUV50.43187.58139.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.05%
GREEN value IS 22 (8.98% from 255) = 9.02%
BLUE value IS 156 (61.33% from 255) = 63.93%
R=27.05%
G=9.02%
B=63.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66221560.580.8600.39259.775.2834.9
Hex42169C3A560271044b23
Octal102262347212604740411343
Binary10000101011010011100111010101011001001111000001001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42169C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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