#221075

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

Shades of Persian Indigo #221075

Tints of Persian Indigo #221075

Color information

#221075 (or 0x221075) is unknown color: approx Persian Indigo. HEX triplet: 22, 10 and 75. RGB value is (34,16,117). Sum of RGB (Red+Green+Blue) = 34+16+117=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 117 (46.09% from 255 or 70.06% from 167); Max value from RGB is 117 - color contains mainly: blue. Hex color #221075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221075 is #DDEF8A. Grayscale: #202020. Windows color (decimal): -14544779 or 7671842. OLE color: 7671842.

HSL color Cylindrical-coordinate representation of color #221075: hue angle of 250.69º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #221075 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3416117-
CMYK0.710.8600.54
HSL250.69º75.94%26.08%-
HSV(B)250.69º86.32%45.88%-
XYZ4.06217-
YUV32.9175.46128.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.36%
GREEN value IS 16 (6.64% from 255) = 9.58%
BLUE value IS 117 (46.09% from 255) = 70.06%
R=20.36%
G=9.58%
B=70.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal34161170.710.8600.54250.6975.9426.08
Hex2210754756036fb4c1a
Octal422016510712606637311432
Binary10001010000111010110001111010110011011011111011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221075; }

 p { color: rgb(34,16,117); }

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

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

 a { background-color: rgb(34,16,117); }

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

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

 span { border-color: rgb(34,16,117); }

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