Html Css Color HEX #220475 Persian Indigo

📋 copy color: '#220475'

red 34 ◦ green 4 ◦ blue 117

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

Shades of Persian Indigo #220475

Tints of Persian Indigo #220475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 75.48%

R = 21.94%
G = 2.58%
B = 75.48%

CMYK

 C value IS 0.71

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#220475 (or 0x220475) is known color: Persian Indigo. HEX triplet: 22, 04 and 75. RGB value is (34,4,117). Sum of RGB (Red+Green+Blue) = 34+4+117=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 117 (46.09% from 255 or 75.48% from 155); Max value from RGB is 117 - color contains mainly: blue. Hex color #220475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220475 is #DDFB8A. Grayscale: #191919. Windows color (decimal): -14547851 or 7668770. OLE color: 7668770.

HSL color Cylindrical-coordinate representation of color #220475: hue angle of 255.93º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #220475 is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 34 4 117 -
CMYK 0.71 0.97 0 0.54
HSL 255.93º 0.93% 0.24% -
HSV(B) 255.93º 0.97% 0.46% -
XYZ 3.91 1.71 16.95 -
YUV 25.85 179.44 133.81 -
System Red Green Blue C M Y K H S L
Decimal 34 4 117 0.71 0.97 0 0.54 255.93 0.93 0.24
Hex 22 4 75 47 61 0 36 100 5D 18
Octal 42 4 165 107 141 0 66 400 135 30
Binary 100010 100 1110101 1000111 1100001 0 110110 100000000 1011101 11000

Color Harmonies of #220475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220475

Black with #220475

Text Example


Text Example

White with #220475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220475; }

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

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

background-color css

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

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

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

border-color css

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

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

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