Html Css Color HEX #220968 Persian Indigo

📋 copy color: '#220968'

red 34 ◦ green 9 ◦ blue 104

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

Shades of Persian Indigo #220968

Tints of Persian Indigo #220968

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.12%

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

R = 23.13%
G = 6.12%
B = 70.75%

CMYK

 C value IS 0.67

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#220968 (or 0x220968) is known color: Persian Indigo. HEX triplet: 22, 09 and 68. RGB value is (34,9,104). Sum of RGB (Red+Green+Blue) = 34+9+104=147 (19% of max value = 765). Red value is 34 (13.67% from 255 or 23.13% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 104 (41.02% from 255 or 70.75% from 147); Max value from RGB is 104 - color contains mainly: blue. Hex color #220968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220968 is #DDF697. Grayscale: #1A1A1A. Windows color (decimal): -14546584 or 6818082. OLE color: 6818082.

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

Color convert

RGB 34 9 104 -
CMYK 0.67 0.91 0 0.59
HSL 255.79º 0.84% 0.22% -
HSV(B) 255.79º 0.91% 0.41% -
XYZ 3.26 1.53 13.22 -
YUV 27.31 171.28 132.78 -
System Red Green Blue C M Y K H S L
Decimal 34 9 104 0.67 0.91 0 0.59 255.79 0.84 0.22
Hex 22 9 68 43 5B 0 3B 100 54 16
Octal 42 11 150 103 133 0 73 400 124 26
Binary 100010 1001 1101000 1000011 1011011 0 111011 100000000 1010100 10110

Color Harmonies of #220968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220968

Black with #220968

Text Example


Text Example

White with #220968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220968; }

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

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

background-color css

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

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

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

border-color css

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

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

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