#220260

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

Shades of Persian Indigo #220260

Tints of Persian Indigo #220260

Color information

#220260 (or 0x220260) is unknown color: approx Persian Indigo. HEX triplet: 22, 02 and 60. RGB value is (34,2,96). Sum of RGB (Red+Green+Blue) = 34+2+96=132 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.76% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 96 (37.89% from 255 or 72.73% from 132); Max value from RGB is 96 - color contains mainly: blue. Hex color #220260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220260 is #DDFD9F. Grayscale: #151515. Windows color (decimal): -14548384 or 6292002. OLE color: 6292002.

HSL color Cylindrical-coordinate representation of color #220260: hue angle of 260.43º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #220260 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB34296-
CMYK0.650.9800.62
HSL260.43º95.92%19.22%-
HSV(B)260.43º97.92%37.65%-
XYZ2.791.2311.16-
YUV22.28169.6136.36-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.76%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 96 (37.89% from 255) = 72.73%
R=25.76%
G=1.52%
B=72.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal342960.650.9800.62260.4395.9219.22
Hex22260416203E1046013
Octal42214010114207640414023
Binary100010101100000100000111000100111110100000100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220260; }

 p { color: rgb(34,2,96); }

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

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

 a { background-color: rgb(34,2,96); }

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

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

 span { border-color: rgb(34,2,96); }

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