Html Css Color HEX #220075 Persian Indigo

📋 copy color: '#220075'

red 34 ◦ green 0 ◦ blue 117

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

Shades of Persian Indigo #220075

Tints of Persian Indigo #220075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 22.52%
G = 0%
B = 77.48%

CMYK

 C value IS 0.71

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#220075 (or 0x220075) is known color: Persian Indigo. HEX triplet: 22, 00 and 75. RGB value is (34,0,117). Sum of RGB (Red+Green+Blue) = 34+0+117=151 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.52% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 117 (46.09% from 255 or 77.48% from 151); Max value from RGB is 117 - color contains mainly: blue. Hex color #220075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220075 is #DDFF8A. Grayscale: #171717. Windows color (decimal): -14548875 or 7667746. OLE color: 7667746.

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

Color convert

RGB 34 0 117 -
CMYK 0.71 1 0 0.54
HSL 257.44º 1% 0.23% -
HSV(B) 257.44º 1% 0.46% -
XYZ 3.87 1.62 16.94 -
YUV 23.5 180.76 135.49 -
System Red Green Blue C M Y K H S L
Decimal 34 0 117 0.71 1 0 0.54 257.44 1 0.23
Hex 22 0 75 47 64 0 36 101 64 17
Octal 42 0 165 107 144 0 66 401 144 27
Binary 100010 0 1110101 1000111 1100100 0 110110 100000001 1100100 10111

Color Harmonies of #220075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220075

Black with #220075

Text Example


Text Example

White with #220075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220075; }

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

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

background-color css

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

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

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

border-color css

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

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

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