Html Css Color HEX #220A6D Persian Indigo

📋 copy color: '#220A6D'

red 34 ◦ green 10 ◦ blue 109

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

Shades of Persian Indigo #220A6D

Tints of Persian Indigo #220A6D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.54%

 BLUE value IS 109 (42.97% from 255) = 71.24%

R = 22.22%
G = 6.54%
B = 71.24%

CMYK

 C value IS 0.69

 M value IS 0.91

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#220A6D (or 0x220A6D) is known color: Persian Indigo. HEX triplet: 22, 0A and 6D. RGB value is (34,10,109). Sum of RGB (Red+Green+Blue) = 34+10+109=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 10 (4.30% from 255 or 6.54% from 153); Blue value is 109 (42.97% from 255 or 71.24% from 153); Max value from RGB is 109 - color contains mainly: blue. Hex color #220A6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220A6D is #DDF592. Grayscale: #1C1C1C. Windows color (decimal): -14546323 or 7146018. OLE color: 7146018.

HSL color Cylindrical-coordinate representation of color #220A6D: hue angle of 254.55º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #220A6D is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 34 10 109 -
CMYK 0.69 0.91 0 0.57
HSL 254.55º 0.83% 0.23% -
HSV(B) 254.55º 0.91% 0.43% -
XYZ 3.53 1.66 14.6 -
YUV 28.46 173.45 131.95 -
System Red Green Blue C M Y K H S L
Decimal 34 10 109 0.69 0.91 0 0.57 254.55 0.83 0.23
Hex 22 A 6D 45 5B 0 39 FF 53 17
Octal 42 12 155 105 133 0 71 377 123 27
Binary 100010 1010 1101101 1000101 1011011 0 111001 11111111 1010011 10111

Color Harmonies of #220A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220A6D

Black with #220A6D

Text Example


Text Example

White with #220A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220A6D; }

 p { color: rgb(34,10,109); }

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

background-color css

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

 a { background-color: rgb(34,10,109); }

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

border-color css

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

 span { border-color: rgb(34,10,109); }

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