#220867

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

Shades of Persian Indigo #220867

Tints of Persian Indigo #220867

Color information

#220867 (or 0x220867) is unknown color: approx Persian Indigo. HEX triplet: 22, 08 and 67. RGB value is (34,8,103). Sum of RGB (Red+Green+Blue) = 34+8+103=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 103 (40.62% from 255 or 71.03% from 145); Max value from RGB is 103 - color contains mainly: blue. Hex color #220867 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220867 is #DDF798. Grayscale: #1A1A1A. Windows color (decimal): -14546841 or 6752290. OLE color: 6752290.

HSL color Cylindrical-coordinate representation of color #220867: hue angle of 256.42º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220867 is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB348103-
CMYK0.670.9200.60
HSL256.42º85.59%21.76%-
HSV(B)256.42º92.23%40.39%-
XYZ3.191.4912.95-
YUV26.6171.11133.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.45%
GREEN value IS 8 (3.52% from 255) = 5.52%
BLUE value IS 103 (40.62% from 255) = 71.03%
R=23.45%
G=5.52%
B=71.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3481030.670.9200.60256.4285.5921.76
Hex22867435C03C1005616
Octal421014710313407440012626
Binary10001010001100111100001110111000111100100000000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220867; }

 p { color: rgb(34,8,103); }

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

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

 a { background-color: rgb(34,8,103); }

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

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

 span { border-color: rgb(34,8,103); }

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