#220380

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

Shades of Persian Indigo #220380

Tints of Persian Indigo #220380

Color information

#220380 (or 0x220380) is unknown color: approx Persian Indigo. HEX triplet: 22, 03 and 80. RGB value is (34,3,128). Sum of RGB (Red+Green+Blue) = 34+3+128=165 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.61% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 128 (50.39% from 255 or 77.58% from 165); Max value from RGB is 128 - color contains mainly: blue. Hex color #220380 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220380 is #DDFC7F. Grayscale: #1A1A1A. Windows color (decimal): -14548096 or 8389410. OLE color: 8389410.

HSL color Cylindrical-coordinate representation of color #220380: hue angle of 254.88º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #220380 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB343128-
CMYK0.730.9800.50
HSL254.88º95.42%25.69%-
HSV(B)254.88º97.66%50.2%-
XYZ4.591.9620.56-
YUV26.52185.27133.34-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.61%
GREEN value IS 3 (1.56% from 255) = 1.82%
BLUE value IS 128 (50.39% from 255) = 77.58%
R=20.61%
G=1.82%
B=77.58%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3431280.730.9800.50254.8895.4225.69
Hex223804962032ff5f1a
Octal42320011114206237713732
Binary100010111000000010010011100010011001011111111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220380; }

 p { color: rgb(34,3,128); }

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

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

 a { background-color: rgb(34,3,128); }

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

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

 span { border-color: rgb(34,3,128); }

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