#220D6A

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

Shades of Persian Indigo #220D6A

Tints of Persian Indigo #220D6A

Color information

#220D6A (or 0x220D6A) is unknown color: approx Persian Indigo. HEX triplet: 22, 0D and 6A. RGB value is (34,13,106). Sum of RGB (Red+Green+Blue) = 34+13+106=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 106 (41.80% from 255 or 69.28% from 153); Max value from RGB is 106 - color contains mainly: blue. Hex color #220D6A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220D6A is #DDF295. Grayscale: #1D1D1D. Windows color (decimal): -14545558 or 6950178. OLE color: 6950178.

HSL color Cylindrical-coordinate representation of color #220D6A: hue angle of 253.55º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #220D6A is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3413106-
CMYK0.680.8800.58
HSL253.55º78.15%23.33%-
HSV(B)253.55º87.74%41.57%-
XYZ3.411.6713.78-
YUV29.88170.96130.94-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.22%
GREEN value IS 13 (5.47% from 255) = 8.50%
BLUE value IS 106 (41.80% from 255) = 69.28%
R=22.22%
G=8.50%
B=69.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34131060.680.8800.58253.5578.1523.33
Hex22D6A445803Afe4e17
Octal421515210413007237611627
Binary1000101101110101010001001011000011101011111110100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220D6A; }

 p { color: rgb(34,13,106); }

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

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

 a { background-color: rgb(34,13,106); }

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

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

 span { border-color: rgb(34,13,106); }

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