Html Css Color HEX #220363 Persian Indigo

📋 copy color: '#220363'

red 34 ◦ green 3 ◦ blue 99

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

Shades of Persian Indigo #220363

Tints of Persian Indigo #220363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 72.79%

R = 25%
G = 2.21%
B = 72.79%

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

#220363 (or 0x220363) is known color: Persian Indigo. HEX triplet: 22, 03 and 63. RGB value is (34,3,99). Sum of RGB (Red+Green+Blue) = 34+3+99=136 (18% of max value = 765). Red value is 34 (13.67% from 255 or 25% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 99 (39.06% from 255 or 72.79% from 136); Max value from RGB is 99 - color contains mainly: blue. Hex color #220363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220363 is #DDFC9C. Grayscale: #161616. Windows color (decimal): -14548125 or 6488866. OLE color: 6488866.

HSL color Cylindrical-coordinate representation of color #220363: hue angle of 259.38º 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 #220363 is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 34 3 99 -
CMYK 0.66 0.97 0 0.61
HSL 259.38º 0.94% 0.2% -
HSV(B) 259.38º 0.97% 0.39% -
XYZ 2.94 1.31 11.9 -
YUV 23.21 170.77 135.69 -
System Red Green Blue C M Y K H S L
Decimal 34 3 99 0.66 0.97 0 0.61 259.38 0.94 0.2
Hex 22 3 63 42 61 0 3D 103 5E 14
Octal 42 3 143 102 141 0 75 403 136 24
Binary 100010 11 1100011 1000010 1100001 0 111101 100000011 1011110 10100

Color Harmonies of #220363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220363

Black with #220363

Text Example


Text Example

White with #220363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220363; }

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

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

background-color css

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

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

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

border-color css

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

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

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