Html Css Color HEX #220364 Persian Indigo

📋 copy color: '#220364'

red 34 ◦ green 3 ◦ blue 100

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

Shades of Persian Indigo #220364

Tints of Persian Indigo #220364

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.19%

 BLUE value IS 100 (39.45% from 255) = 72.99%

R = 24.82%
G = 2.19%
B = 72.99%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#220364 (or 0x220364) is known color: Persian Indigo. HEX triplet: 22, 03 and 64. RGB value is (34,3,100). Sum of RGB (Red+Green+Blue) = 34+3+100=137 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.82% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 100 (39.45% from 255 or 72.99% from 137); Max value from RGB is 100 - color contains mainly: blue. Hex color #220364 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220364 is #DDFC9B. Grayscale: #161616. Windows color (decimal): -14548124 or 6554402. OLE color: 6554402.

HSL color Cylindrical-coordinate representation of color #220364: hue angle of 259.18º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #220364 is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 34 3 100 -
CMYK 0.66 0.97 0 0.61
HSL 259.18º 0.94% 0.2% -
HSV(B) 259.18º 0.97% 0.39% -
XYZ 2.99 1.33 12.15 -
YUV 23.33 171.27 135.61 -
System Red Green Blue C M Y K H S L
Decimal 34 3 100 0.66 0.97 0 0.61 259.18 0.94 0.2
Hex 22 3 64 42 61 0 3D 103 5E 14
Octal 42 3 144 102 141 0 75 403 136 24
Binary 100010 11 1100100 1000010 1100001 0 111101 100000011 1011110 10100

Color Harmonies of #220364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220364

Black with #220364

Text Example


Text Example

White with #220364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220364; }

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

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

background-color css

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

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

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

border-color css

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

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

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