Html Css Color HEX #22096B Persian Indigo

📋 copy color: '#22096B'

red 34 ◦ green 9 ◦ blue 107

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

Shades of Persian Indigo #22096B

Tints of Persian Indigo #22096B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 71.33%

R = 22.67%
G = 6%
B = 71.33%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#22096B (or 0x22096B) is known color: Persian Indigo. HEX triplet: 22, 09 and 6B. RGB value is (34,9,107). Sum of RGB (Red+Green+Blue) = 34+9+107=150 (19% of max value = 765). Red value is 34 (13.67% from 255 or 22.67% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 107 (42.19% from 255 or 71.33% from 150); Max value from RGB is 107 - color contains mainly: blue. Hex color #22096B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22096B is #DDF694. Grayscale: #1B1B1B. Windows color (decimal): -14546581 or 7014690. OLE color: 7014690.

HSL color Cylindrical-coordinate representation of color #22096B: hue angle of 255.31º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #22096B is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 34 9 107 -
CMYK 0.68 0.92 0 0.58
HSL 255.31º 0.84% 0.23% -
HSV(B) 255.31º 0.92% 0.42% -
XYZ 3.41 1.6 14.04 -
YUV 27.65 172.78 132.53 -
System Red Green Blue C M Y K H S L
Decimal 34 9 107 0.68 0.92 0 0.58 255.31 0.84 0.23
Hex 22 9 6B 44 5C 0 3A FF 54 17
Octal 42 11 153 104 134 0 72 377 124 27
Binary 100010 1001 1101011 1000100 1011100 0 111010 11111111 1010100 10111

Color Harmonies of #22096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22096B

Black with #22096B

Text Example


Text Example

White with #22096B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22096B; }

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

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

background-color css

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

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

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

border-color css

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

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

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