Html Css Color HEX #220163 Persian Indigo

📋 copy color: '#220163'

red 34 ◦ green 1 ◦ blue 99

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

Shades of Persian Indigo #220163

Tints of Persian Indigo #220163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.75%

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

R = 25.37%
G = 0.75%
B = 73.88%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#220163 (or 0x220163) is known color: Persian Indigo. HEX triplet: 22, 01 and 63. RGB value is (34,1,99). Sum of RGB (Red+Green+Blue) = 34+1+99=134 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.37% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 99 (39.06% from 255 or 73.88% from 134); Max value from RGB is 99 - color contains mainly: blue. Hex color #220163 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220163 is #DDFE9C. Grayscale: #151515. Windows color (decimal): -14548637 or 6488354. OLE color: 6488354.

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

Color convert

RGB 34 1 99 -
CMYK 0.66 0.99 0 0.61
HSL 260.2º 0.98% 0.2% -
HSV(B) 260.2º 0.99% 0.39% -
XYZ 2.92 1.26 11.89 -
YUV 22.04 171.43 136.53 -
System Red Green Blue C M Y K H S L
Decimal 34 1 99 0.66 0.99 0 0.61 260.2 0.98 0.2
Hex 22 1 63 42 63 0 3D 104 62 14
Octal 42 1 143 102 143 0 75 404 142 24
Binary 100010 1 1100011 1000010 1100011 0 111101 100000100 1100010 10100

Color Harmonies of #220163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220163

Black with #220163

Text Example


Text Example

White with #220163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220163; }

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

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

background-color css

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

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

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

border-color css

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

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

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