#220B62

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

Shades of Persian Indigo #220B62

Tints of Persian Indigo #220B62

Color information

#220B62 (or 0x220B62) is unknown color: approx Persian Indigo. HEX triplet: 22, 0B and 62. RGB value is (34,11,98). Sum of RGB (Red+Green+Blue) = 34+11+98=143 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.78% from 143); Green value is 11 (4.69% from 255 or 7.69% from 143); Blue value is 98 (38.67% from 255 or 68.53% from 143); Max value from RGB is 98 - color contains mainly: blue. Hex color #220B62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220B62 is #DDF49D. Grayscale: #1B1B1B. Windows color (decimal): -14546078 or 6425378. OLE color: 6425378.

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

Color convert

RGB341198-
CMYK0.650.8900.62
HSL255.86º79.82%21.37%-
HSV(B)255.86º88.78%38.43%-
XYZ2.981.4611.68-
YUV27.8167.62132.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.78%
GREEN value IS 11 (4.69% from 255) = 7.69%
BLUE value IS 98 (38.67% from 255) = 68.53%
R=23.78%
G=7.69%
B=68.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3411980.650.8900.62255.8679.8221.37
Hex22B62415903E1005015
Octal421314210113107640012025
Binary10001010111100010100000110110010111110100000000101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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