Html Css Color HEX #220671 Persian Indigo

📋 copy color: '#220671'

red 34 ◦ green 6 ◦ blue 113

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

Shades of Persian Indigo #220671

Tints of Persian Indigo #220671

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.92%

 BLUE value IS 113 (44.53% from 255) = 73.86%

R = 22.22%
G = 3.92%
B = 73.86%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#220671 (or 0x220671) is known color: Persian Indigo. HEX triplet: 22, 06 and 71. RGB value is (34,6,113). Sum of RGB (Red+Green+Blue) = 34+6+113=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 113 (44.53% from 255 or 73.86% from 153); Max value from RGB is 113 - color contains mainly: blue. Hex color #220671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220671 is #DDF98E. Grayscale: #1A1A1A. Windows color (decimal): -14547343 or 7407138. OLE color: 7407138.

HSL color Cylindrical-coordinate representation of color #220671: hue angle of 255.7º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220671 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 34 6 113 -
CMYK 0.70 0.95 0 0.56
HSL 255.7º 0.9% 0.23% -
HSV(B) 255.7º 0.95% 0.44% -
XYZ 3.71 1.66 15.75 -
YUV 26.57 176.78 133.3 -
System Red Green Blue C M Y K H S L
Decimal 34 6 113 0.70 0.95 0 0.56 255.7 0.9 0.23
Hex 22 6 71 46 5F 0 38 100 5A 17
Octal 42 6 161 106 137 0 70 400 132 27
Binary 100010 110 1110001 1000110 1011111 0 111000 100000000 1011010 10111

Color Harmonies of #220671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220671

Black with #220671

Text Example


Text Example

White with #220671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220671; }

 p { color: rgb(34,6,113); }

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

background-color css

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

 a { background-color: rgb(34,6,113); }

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

border-color css

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

 span { border-color: rgb(34,6,113); }

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