Html Css Color HEX #220768 Persian Indigo

📋 copy color: '#220768'

red 34 ◦ green 7 ◦ blue 104

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

Shades of Persian Indigo #220768

Tints of Persian Indigo #220768

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.83%

 BLUE value IS 104 (41.02% from 255) = 71.72%

R = 23.45%
G = 4.83%
B = 71.72%

CMYK

 C value IS 0.67

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#220768 (or 0x220768) is known color: Persian Indigo. HEX triplet: 22, 07 and 68. RGB value is (34,7,104). Sum of RGB (Red+Green+Blue) = 34+7+104=145 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.45% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 104 (41.02% from 255 or 71.72% from 145); Max value from RGB is 104 - color contains mainly: blue. Hex color #220768 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220768 is #DDF897. Grayscale: #191919. Windows color (decimal): -14547096 or 6817570. OLE color: 6817570.

HSL color Cylindrical-coordinate representation of color #220768: hue angle of 256.7º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #220768 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 34 7 104 -
CMYK 0.67 0.93 0 0.59
HSL 256.7º 0.87% 0.22% -
HSV(B) 256.7º 0.93% 0.41% -
XYZ 3.23 1.49 13.21 -
YUV 26.13 171.95 133.61 -
System Red Green Blue C M Y K H S L
Decimal 34 7 104 0.67 0.93 0 0.59 256.7 0.87 0.22
Hex 22 7 68 43 5D 0 3B 101 57 16
Octal 42 7 150 103 135 0 73 401 127 26
Binary 100010 111 1101000 1000011 1011101 0 111011 100000001 1010111 10110

Color Harmonies of #220768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220768

Black with #220768

Text Example


Text Example

White with #220768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220768; }

 p { color: rgb(34,7,104); }

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

background-color css

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

 a { background-color: rgb(34,7,104); }

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

border-color css

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

 span { border-color: rgb(34,7,104); }

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