Html Css Color HEX #220673 Persian Indigo

📋 copy color: '#220673'

red 34 ◦ green 6 ◦ blue 115

#220673
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #220673

Tints of Persian Indigo #220673

RGB

 RED value IS 34 (13.67% from 255) = 21.94%

 GREEN value IS 6 (2.73% from 255) = 3.87%

 BLUE value IS 115 (45.31% from 255) = 74.19%

R = 21.94%
G = 3.87%
B = 74.19%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#220673 (or 0x220673) is known color: Persian Indigo. HEX triplet: 22, 06 and 73. RGB value is (34,6,115). Sum of RGB (Red+Green+Blue) = 34+6+115=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 115 (45.31% from 255 or 74.19% from 155); Max value from RGB is 115 - color contains mainly: blue. Hex color #220673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220673 is #DDF98C. Grayscale: #1A1A1A. Windows color (decimal): -14547341 or 7538210. OLE color: 7538210.

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

Color convert

RGB 34 6 115 -
CMYK 0.70 0.95 0 0.55
HSL 255.41º 0.9% 0.24% -
HSV(B) 255.41º 0.95% 0.45% -
XYZ 3.82 1.71 16.35 -
YUV 26.8 177.78 133.14 -
System Red Green Blue C M Y K H S L
Decimal 34 6 115 0.70 0.95 0 0.55 255.41 0.9 0.24
Hex 22 6 73 46 5F 0 37 FF 5A 18
Octal 42 6 163 106 137 0 67 377 132 30
Binary 100010 110 1110011 1000110 1011111 0 110111 11111111 1011010 11000

Color Harmonies of #220673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220673

Black with #220673

Text Example


Text Example

White with #220673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220673; }

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

 H1.HeaderClassName
 {
   color: #220673;
 }
 .AnyTagClassName
 {
   color: #220673;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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