#220061

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

Shades of Persian Indigo #220061

Tints of Persian Indigo #220061

Color information

#220061 (or 0x220061) is unknown color: approx Persian Indigo. HEX triplet: 22, 00 and 61. RGB value is (34,0,97). Sum of RGB (Red+Green+Blue) = 34+0+97=131 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.95% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 97 (38.28% from 255 or 74.05% from 131); Max value from RGB is 97 - color contains mainly: blue. Hex color #220061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220061 is #DDFF9E. Grayscale: #141414. Windows color (decimal): -14548895 or 6357026. OLE color: 6357026.

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

Color convert

RGB34097-
CMYK0.65100.62
HSL261.03º100%19.02%-
HSV(B)261.03º100%38.04%-
XYZ2.821.211.39-
YUV21.22170.76137.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 25.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 74.05%
R=25.95%
G=0%
B=74.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal340970.65100.62261.0310019.02
Hex22061416403E1056413
Octal42014110114407640514423
Binary10001001100001100000111001000111110100000101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220061; }

 p { color: rgb(34,0,97); }

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

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

 a { background-color: rgb(34,0,97); }

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

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

 span { border-color: rgb(34,0,97); }

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