#220675

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

Shades of Persian Indigo #220675

Tints of Persian Indigo #220675

Color information

#220675 (or 0x220675) is unknown color: approx Persian Indigo. HEX triplet: 22, 06 and 75. RGB value is (34,6,117). Sum of RGB (Red+Green+Blue) = 34+6+117=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 117 (46.09% from 255 or 74.52% from 157); Max value from RGB is 117 - color contains mainly: blue. Hex color #220675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220675 is #DDF98A. Grayscale: #1A1A1A. Windows color (decimal): -14547339 or 7669282. OLE color: 7669282.

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

Color convert

RGB346117-
CMYK0.710.9500.54
HSL255.14º90.24%24.12%-
HSV(B)255.14º94.87%45.88%-
XYZ3.941.7516.96-
YUV27.03178.78132.97-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.66%
GREEN value IS 6 (2.73% from 255) = 3.82%
BLUE value IS 117 (46.09% from 255) = 74.52%
R=21.66%
G=3.82%
B=74.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3461170.710.9500.54255.1490.2424.12
Hex22675475F036ff5a18
Octal42616510713706637713230
Binary100010110111010110001111011111011011011111111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220675; }

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

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

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

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

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

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

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

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