#220667

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

Shades of Persian Indigo #220667

Tints of Persian Indigo #220667

Color information

#220667 (or 0x220667) is unknown color: approx Persian Indigo. HEX triplet: 22, 06 and 67. RGB value is (34,6,103). Sum of RGB (Red+Green+Blue) = 34+6+103=143 (18% of max value = 765). Red value is 34 (13.67% from 255 or 23.78% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 103 (40.62% from 255 or 72.03% from 143); Max value from RGB is 103 - color contains mainly: blue. Hex color #220667 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220667 is #DDF998. Grayscale: #191919. Windows color (decimal): -14547353 or 6751778. OLE color: 6751778.

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

Color convert

RGB346103-
CMYK0.670.9400.60
HSL257.32º88.99%21.37%-
HSV(B)257.32º94.17%40.39%-
XYZ3.171.4512.94-
YUV25.43171.78134.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 23.78%
GREEN value IS 6 (2.73% from 255) = 4.20%
BLUE value IS 103 (40.62% from 255) = 72.03%
R=23.78%
G=4.20%
B=72.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3461030.670.9400.60257.3288.9921.37
Hex22667435E03C1015915
Octal42614710313607440113125
Binary1000101101100111100001110111100111100100000001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220667; }

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

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

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

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

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

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

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

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