#220C6A

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

Shades of Persian Indigo #220C6A

Tints of Persian Indigo #220C6A

Color information

#220C6A (or 0x220C6A) is unknown color: approx Persian Indigo. HEX triplet: 22, 0C and 6A. RGB value is (34,12,106). Sum of RGB (Red+Green+Blue) = 34+12+106=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 106 (41.80% from 255 or 69.74% from 152); Max value from RGB is 106 - color contains mainly: blue. Hex color #220C6A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220C6A is #DDF395. Grayscale: #1C1C1C. Windows color (decimal): -14545814 or 6949922. OLE color: 6949922.

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

Color convert

RGB3412106-
CMYK0.680.8900.58
HSL254.04º79.66%23.14%-
HSV(B)254.04º88.68%41.57%-
XYZ3.391.6413.77-
YUV29.29171.29131.36-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.37%
GREEN value IS 12 (5.08% from 255) = 7.89%
BLUE value IS 106 (41.80% from 255) = 69.74%
R=22.37%
G=7.89%
B=69.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34121060.680.8900.58254.0479.6623.14
Hex22C6A445903Afe5017
Octal421415210413107237612027
Binary1000101100110101010001001011001011101011111110101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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