#22076B

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

Shades of Persian Indigo #22076B

Tints of Persian Indigo #22076B

Color information

#22076B (or 0x22076B) is unknown color: approx Persian Indigo. HEX triplet: 22, 07 and 6B. RGB value is (34,7,107). Sum of RGB (Red+Green+Blue) = 34+7+107=148 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.97% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 107 (42.19% from 255 or 72.30% from 148); Max value from RGB is 107 - color contains mainly: blue. Hex color #22076B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22076B is #DDF894. Grayscale: #1A1A1A. Windows color (decimal): -14547093 or 7014178. OLE color: 7014178.

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

Color convert

RGB347107-
CMYK0.680.9300.58
HSL256.2º87.72%22.35%-
HSV(B)256.2º93.46%41.96%-
XYZ3.391.5514.03-
YUV26.47173.45133.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.97%
GREEN value IS 7 (3.12% from 255) = 4.73%
BLUE value IS 107 (42.19% from 255) = 72.30%
R=22.97%
G=4.73%
B=72.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3471070.680.9300.58256.287.7222.35
Hex2276B445D03A1005816
Octal42715310413507240013026
Binary1000101111101011100010010111010111010100000000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22076B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22076B; }

 p { color: rgb(34,7,107); }

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

<style>
 a { background-color: #22076B; }

 a { background-color: rgb(34,7,107); }

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

<style>
 span { border-color: #22076B; }

 span { border-color: rgb(34,7,107); }

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