Html Css Color HEX #220073 Persian Indigo

📋 copy color: '#220073'

red 34 ◦ green 0 ◦ blue 115

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

Shades of Persian Indigo #220073

Tints of Persian Indigo #220073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 22.82%
G = 0%
B = 77.18%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#220073 (or 0x220073) is known color: Persian Indigo. HEX triplet: 22, 00 and 73. RGB value is (34,0,115). Sum of RGB (Red+Green+Blue) = 34+0+115=149 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.82% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 115 (45.31% from 255 or 77.18% from 149); Max value from RGB is 115 - color contains mainly: blue. Hex color #220073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220073 is #DDFF8C. Grayscale: #161616. Windows color (decimal): -14548877 or 7536674. OLE color: 7536674.

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

Color convert

RGB 34 0 115 -
CMYK 0.70 1 0 0.55
HSL 257.74º 1% 0.23% -
HSV(B) 257.74º 1% 0.45% -
XYZ 3.75 1.58 16.33 -
YUV 23.28 179.76 135.65 -
System Red Green Blue C M Y K H S L
Decimal 34 0 115 0.70 1 0 0.55 257.74 1 0.23
Hex 22 0 73 46 64 0 37 102 64 17
Octal 42 0 163 106 144 0 67 402 144 27
Binary 100010 0 1110011 1000110 1100100 0 110111 100000010 1100100 10111

Color Harmonies of #220073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220073

Black with #220073

Text Example


Text Example

White with #220073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220073; }

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

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

background-color css

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

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

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

border-color css

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

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

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