Html Css Color HEX #220563 Persian Indigo

📋 copy color: '#220563'

red 34 ◦ green 5 ◦ blue 99

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

Shades of Persian Indigo #220563

Tints of Persian Indigo #220563

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.62%

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

R = 24.64%
G = 3.62%
B = 71.74%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#220563 (or 0x220563) is known color: Persian Indigo. HEX triplet: 22, 05 and 63. RGB value is (34,5,99). Sum of RGB (Red+Green+Blue) = 34+5+99=138 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.64% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 99 (39.06% from 255 or 71.74% from 138); Max value from RGB is 99 - color contains mainly: blue. Hex color #220563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220563 is #DDFA9C. Grayscale: #181818. Windows color (decimal): -14547613 or 6489378. OLE color: 6489378.

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

Color convert

RGB 34 5 99 -
CMYK 0.66 0.95 0 0.61
HSL 258.51º 0.9% 0.2% -
HSV(B) 258.51º 0.95% 0.39% -
XYZ 2.97 1.35 11.91 -
YUV 24.39 170.11 134.86 -
System Red Green Blue C M Y K H S L
Decimal 34 5 99 0.66 0.95 0 0.61 258.51 0.9 0.2
Hex 22 5 63 42 5F 0 3D 103 5A 14
Octal 42 5 143 102 137 0 75 403 132 24
Binary 100010 101 1100011 1000010 1011111 0 111101 100000011 1011010 10100

Color Harmonies of #220563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220563

Black with #220563

Text Example


Text Example

White with #220563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220563; }

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

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

background-color css

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

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

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

border-color css

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

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

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