Html Css Color HEX #220D69 Persian Indigo

📋 copy color: '#220D69'

red 34 ◦ green 13 ◦ blue 105

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

Shades of Persian Indigo #220D69

Tints of Persian Indigo #220D69

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.55%

 BLUE value IS 105 (41.41% from 255) = 69.08%

R = 22.37%
G = 8.55%
B = 69.08%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#220D69 (or 0x220D69) is known color: Persian Indigo. HEX triplet: 22, 0D and 69. RGB value is (34,13,105). Sum of RGB (Red+Green+Blue) = 34+13+105=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 105 (41.41% from 255 or 69.08% from 152); Max value from RGB is 105 - color contains mainly: blue. Hex color #220D69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220D69 is #DDF296. Grayscale: #1D1D1D. Windows color (decimal): -14545559 or 6884642. OLE color: 6884642.

HSL color Cylindrical-coordinate representation of color #220D69: hue angle of 253.7º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #220D69 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 34 13 105 -
CMYK 0.68 0.88 0 0.59
HSL 253.7º 0.78% 0.23% -
HSV(B) 253.7º 0.88% 0.41% -
XYZ 3.35 1.65 13.51 -
YUV 29.77 170.46 131.02 -
System Red Green Blue C M Y K H S L
Decimal 34 13 105 0.68 0.88 0 0.59 253.7 0.78 0.23
Hex 22 D 69 44 58 0 3B FE 4E 17
Octal 42 15 151 104 130 0 73 376 116 27
Binary 100010 1101 1101001 1000100 1011000 0 111011 11111110 1001110 10111

Color Harmonies of #220D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220D69

Black with #220D69

Text Example


Text Example

White with #220D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,13,105); }

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

background-color css

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

 a { background-color: rgb(34,13,105); }

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

border-color css

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

 span { border-color: rgb(34,13,105); }

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