#22087A

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

Shades of Persian Indigo #22087A

Tints of Persian Indigo #22087A

Color information

#22087A (or 0x22087A) is unknown color: approx Persian Indigo. HEX triplet: 22, 08 and 7A. RGB value is (34,8,122). Sum of RGB (Red+Green+Blue) = 34+8+122=164 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.73% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 122 (48.05% from 255 or 74.39% from 164); Max value from RGB is 122 - color contains mainly: blue. Hex color #22087A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22087A is #DDF785. Grayscale: #1C1C1C. Windows color (decimal): -14546822 or 7997474. OLE color: 7997474.

HSL color Cylindrical-coordinate representation of color #22087A: hue angle of 253.68º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #22087A is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB348122-
CMYK0.720.9300.52
HSL253.68º87.69%25.49%-
HSV(B)253.68º93.44%47.84%-
XYZ4.261.9218.56-
YUV28.77180.61131.73-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.73%
GREEN value IS 8 (3.52% from 255) = 4.88%
BLUE value IS 122 (48.05% from 255) = 74.39%
R=20.73%
G=4.88%
B=74.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3481220.720.9300.52253.6887.6925.49
Hex2287A485D034fe5819
Octal421017211013506437613031
Binary1000101000111101010010001011101011010011111110101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22087A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22087A; }

 p { color: rgb(34,8,122); }

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

<style>
 a { background-color: #22087A; }

 a { background-color: rgb(34,8,122); }

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

<style>
 span { border-color: #22087A; }

 span { border-color: rgb(34,8,122); }

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