#220F81

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

Shades of Persian Indigo #220F81

Tints of Persian Indigo #220F81

Color information

#220F81 (or 0x220F81) is unknown color: approx Persian Indigo. HEX triplet: 22, 0F and 81. RGB value is (34,15,129). Sum of RGB (Red+Green+Blue) = 34+15+129=178 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.10% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 129 (50.78% from 255 or 72.47% from 178); Max value from RGB is 129 - color contains mainly: blue. Hex color #220F81 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220F81 is #DDF07E. Grayscale: #212121. Windows color (decimal): -14545023 or 8458018. OLE color: 8458018.

HSL color Cylindrical-coordinate representation of color #220F81: hue angle of 250º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #220F81 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3415129-
CMYK0.740.8800.49
HSL250º79.17%28.24%-
HSV(B)250º88.37%50.59%-
XYZ4.792.2720.95-
YUV33.68181.79128.23-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.10%
GREEN value IS 15 (6.25% from 255) = 8.43%
BLUE value IS 129 (50.78% from 255) = 72.47%
R=19.10%
G=8.43%
B=72.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal34151290.740.8800.4925079.1728.24
Hex22F814A58031fa4f1c
Octal421720111213006137211734
Binary10001011111000000110010101011000011000111111010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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