#220B69

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

Shades of Persian Indigo #220B69

Tints of Persian Indigo #220B69

Color information

#220B69 (or 0x220B69) is unknown color: approx Persian Indigo. HEX triplet: 22, 0B and 69. RGB value is (34,11,105). Sum of RGB (Red+Green+Blue) = 34+11+105=150 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.67% from 150); Green value is 11 (4.69% from 255 or 7.33% from 150); Blue value is 105 (41.41% from 255 or 70% from 150); Max value from RGB is 105 - color contains mainly: blue. Hex color #220B69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220B69 is #DDF496. Grayscale: #1C1C1C. Windows color (decimal): -14546071 or 6884130. OLE color: 6884130.

HSL color Cylindrical-coordinate representation of color #220B69: hue angle of 254.68º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #220B69 is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3411105-
CMYK0.680.9000.59
HSL254.68º81.03%22.75%-
HSV(B)254.68º89.52%41.18%-
XYZ3.331.613.5-
YUV28.59171.12131.86-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.67%
GREEN value IS 11 (4.69% from 255) = 7.33%
BLUE value IS 105 (41.41% from 255) = 70%
R=22.67%
G=7.33%
B=70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal34111050.680.9000.59254.6881.0322.75
Hex22B69445A03Bff5117
Octal421315110413207337712127
Binary1000101011110100110001001011010011101111111111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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