Html Css Color HEX #220164 Persian Indigo

📋 copy color: '#220164'

red 34 ◦ green 1 ◦ blue 100

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

Shades of Persian Indigo #220164

Tints of Persian Indigo #220164

RGB

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

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

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

R = 25.19%
G = 0.74%
B = 74.07%

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

#220164 (or 0x220164) is known color: Persian Indigo. HEX triplet: 22, 01 and 64. RGB value is (34,1,100). Sum of RGB (Red+Green+Blue) = 34+1+100=135 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.19% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 100 (39.45% from 255 or 74.07% from 135); Max value from RGB is 100 - color contains mainly: blue. Hex color #220164 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220164 is #DDFE9B. Grayscale: #151515. Windows color (decimal): -14548636 or 6553890. OLE color: 6553890.

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

Color convert

RGB 34 1 100 -
CMYK 0.66 0.99 0 0.61
HSL 260º 0.98% 0.2% -
HSV(B) 260º 0.99% 0.39% -
XYZ 2.97 1.28 12.15 -
YUV 22.15 171.93 136.45 -
System Red Green Blue C M Y K H S L
Decimal 34 1 100 0.66 0.99 0 0.61 260 0.98 0.2
Hex 22 1 64 42 63 0 3D 104 62 14
Octal 42 1 144 102 143 0 75 404 142 24
Binary 100010 1 1100100 1000010 1100011 0 111101 100000100 1100010 10100

Color Harmonies of #220164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220164

Black with #220164

Text Example


Text Example

White with #220164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220164; }

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

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

background-color css

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

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

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

border-color css

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

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

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