#220F7A

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

Shades of Persian Indigo #220F7A

Tints of Persian Indigo #220F7A

Color information

#220F7A (or 0x220F7A) is unknown color: approx Persian Indigo. HEX triplet: 22, 0F and 7A. RGB value is (34,15,122). Sum of RGB (Red+Green+Blue) = 34+15+122=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 122 (48.05% from 255 or 71.35% from 171); Max value from RGB is 122 - color contains mainly: blue. Hex color #220F7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220F7A is #DDF085. Grayscale: #202020. Windows color (decimal): -14545030 or 7999266. OLE color: 7999266.

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

Color convert

RGB3415122-
CMYK0.720.8800.52
HSL250.65º78.1%26.86%-
HSV(B)250.65º87.7%47.84%-
XYZ4.342.0918.59-
YUV32.88178.29128.8-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.88%
GREEN value IS 15 (6.25% from 255) = 8.77%
BLUE value IS 122 (48.05% from 255) = 71.35%
R=19.88%
G=8.77%
B=71.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal34151220.720.8800.52250.6578.126.86
Hex22F7A4858034fb4e1b
Octal421717211013006437311633
Binary1000101111111101010010001011000011010011111011100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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