Html Css Color HEX #220680 Persian Indigo

📋 copy color: '#220680'

red 34 ◦ green 6 ◦ blue 128

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

Shades of Persian Indigo #220680

Tints of Persian Indigo #220680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 76.19%

R = 20.24%
G = 3.57%
B = 76.19%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#220680 (or 0x220680) is known color: Persian Indigo. HEX triplet: 22, 06 and 80. RGB value is (34,6,128). Sum of RGB (Red+Green+Blue) = 34+6+128=168 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.24% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 128 (50.39% from 255 or 76.19% from 168); Max value from RGB is 128 - color contains mainly: blue. Hex color #220680 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220680 is #DDF97F. Grayscale: #1B1B1B. Windows color (decimal): -14547328 or 8390178. OLE color: 8390178.

HSL color Cylindrical-coordinate representation of color #220680: hue angle of 253.77º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220680 is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 34 6 128 -
CMYK 0.73 0.95 0 0.50
HSL 253.77º 0.91% 0.26% -
HSV(B) 253.77º 0.95% 0.5% -
XYZ 4.62 2.03 20.57 -
YUV 28.28 184.28 132.08 -
System Red Green Blue C M Y K H S L
Decimal 34 6 128 0.73 0.95 0 0.50 253.77 0.91 0.26
Hex 22 6 80 49 5F 0 32 FE 5B 1A
Octal 42 6 200 111 137 0 62 376 133 32
Binary 100010 110 10000000 1001001 1011111 0 110010 11111110 1011011 11010

Color Harmonies of #220680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220680

Black with #220680

Text Example


Text Example

White with #220680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220680; }

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

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

background-color css

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

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

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

border-color css

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

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

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