Html Css Color HEX #220374 Persian Indigo

📋 copy color: '#220374'

red 34 ◦ green 3 ◦ blue 116

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

Shades of Persian Indigo #220374

Tints of Persian Indigo #220374

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.96%

 BLUE value IS 116 (45.7% from 255) = 75.82%

R = 22.22%
G = 1.96%
B = 75.82%

CMYK

 C value IS 0.71

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#220374 (or 0x220374) is known color: Persian Indigo. HEX triplet: 22, 03 and 74. RGB value is (34,3,116). Sum of RGB (Red+Green+Blue) = 34+3+116=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 116 (45.70% from 255 or 75.82% from 153); Max value from RGB is 116 - color contains mainly: blue. Hex color #220374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220374 is #DDFC8B. Grayscale: #181818. Windows color (decimal): -14548108 or 7602978. OLE color: 7602978.

HSL color Cylindrical-coordinate representation of color #220374: hue angle of 256.46º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #220374 is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 34 3 116 -
CMYK 0.71 0.97 0 0.55
HSL 256.46º 0.95% 0.23% -
HSV(B) 256.46º 0.97% 0.45% -
XYZ 3.84 1.67 16.64 -
YUV 25.15 179.27 134.31 -
System Red Green Blue C M Y K H S L
Decimal 34 3 116 0.71 0.97 0 0.55 256.46 0.95 0.23
Hex 22 3 74 47 61 0 37 100 5F 17
Octal 42 3 164 107 141 0 67 400 137 27
Binary 100010 11 1110100 1000111 1100001 0 110111 100000000 1011111 10111

Color Harmonies of #220374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220374

Black with #220374

Text Example


Text Example

White with #220374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220374; }

 p { color: rgb(34,3,116); }

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

background-color css

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

 a { background-color: rgb(34,3,116); }

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

border-color css

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

 span { border-color: rgb(34,3,116); }

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