#220C62

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

Shades of Persian Indigo #220C62

Tints of Persian Indigo #220C62

Color information

#220C62 (or 0x220C62) is unknown color: approx Persian Indigo. HEX triplet: 22, 0C and 62. RGB value is (34,12,98). Sum of RGB (Red+Green+Blue) = 34+12+98=144 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.61% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 98 (38.67% from 255 or 68.06% from 144); Max value from RGB is 98 - color contains mainly: blue. Hex color #220C62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220C62 is #DDF39D. Grayscale: #1C1C1C. Windows color (decimal): -14545822 or 6425634. OLE color: 6425634.

HSL color Cylindrical-coordinate representation of color #220C62: hue angle of 255.35º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #220C62 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB341298-
CMYK0.650.8800.62
HSL255.35º78.18%21.57%-
HSV(B)255.35º87.76%38.43%-
XYZ31.4811.68-
YUV28.38167.29132.01-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.61%
GREEN value IS 12 (5.08% from 255) = 8.33%
BLUE value IS 98 (38.67% from 255) = 68.06%
R=23.61%
G=8.33%
B=68.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3412980.650.8800.62255.3578.1821.57
Hex22C62415803Eff4e16
Octal421414210113007637711626
Binary1000101100110001010000011011000011111011111111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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