Html Css Color HEX #220464 Persian Indigo

📋 copy color: '#220464'

red 34 ◦ green 4 ◦ blue 100

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

Shades of Persian Indigo #220464

Tints of Persian Indigo #220464

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.9%

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

R = 24.64%
G = 2.9%
B = 72.46%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#220464 (or 0x220464) is known color: Persian Indigo. HEX triplet: 22, 04 and 64. RGB value is (34,4,100). Sum of RGB (Red+Green+Blue) = 34+4+100=138 (18% of max value = 765). Red value is 34 (13.67% from 255 or 24.64% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 100 (39.45% from 255 or 72.46% from 138); Max value from RGB is 100 - color contains mainly: blue. Hex color #220464 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220464 is #DDFB9B. Grayscale: #171717. Windows color (decimal): -14547868 or 6554658. OLE color: 6554658.

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

Color convert

RGB 34 4 100 -
CMYK 0.66 0.96 0 0.61
HSL 258.75º 0.92% 0.2% -
HSV(B) 258.75º 0.96% 0.39% -
XYZ 3 1.35 12.16 -
YUV 23.91 170.94 135.19 -
System Red Green Blue C M Y K H S L
Decimal 34 4 100 0.66 0.96 0 0.61 258.75 0.92 0.2
Hex 22 4 64 42 60 0 3D 103 5C 14
Octal 42 4 144 102 140 0 75 403 134 24
Binary 100010 100 1100100 1000010 1100000 0 111101 100000011 1011100 10100

Color Harmonies of #220464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220464

Black with #220464

Text Example


Text Example

White with #220464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220464; }

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

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

background-color css

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

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

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

border-color css

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

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

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