Html Css Color HEX #220E7D Persian Indigo

📋 copy color: '#220E7D'

red 34 ◦ green 14 ◦ blue 125

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

Shades of Persian Indigo #220E7D

Tints of Persian Indigo #220E7D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.09%

 BLUE value IS 125 (49.22% from 255) = 72.25%

R = 19.65%
G = 8.09%
B = 72.25%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#220E7D (or 0x220E7D) is known color: Persian Indigo. HEX triplet: 22, 0E and 7D. RGB value is (34,14,125). Sum of RGB (Red+Green+Blue) = 34+14+125=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 125 (49.22% from 255 or 72.25% from 173); Max value from RGB is 125 - color contains mainly: blue. Hex color #220E7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220E7D is #DDF182. Grayscale: #202020. Windows color (decimal): -14545283 or 8195618. OLE color: 8195618.

HSL color Cylindrical-coordinate representation of color #220E7D: hue angle of 250.81º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #220E7D is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 34 14 125 -
CMYK 0.73 0.89 0 0.51
HSL 250.81º 0.8% 0.27% -
HSV(B) 250.81º 0.89% 0.49% -
XYZ 4.52 2.13 19.58 -
YUV 32.63 180.13 128.97 -
System Red Green Blue C M Y K H S L
Decimal 34 14 125 0.73 0.89 0 0.51 250.81 0.8 0.27
Hex 22 E 7D 49 59 0 33 FB 50 1B
Octal 42 16 175 111 131 0 63 373 120 33
Binary 100010 1110 1111101 1001001 1011001 0 110011 11111011 1010000 11011

Color Harmonies of #220E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220E7D

Black with #220E7D

Text Example


Text Example

White with #220E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,14,125); }

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

background-color css

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

 a { background-color: rgb(34,14,125); }

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

border-color css

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

 span { border-color: rgb(34,14,125); }

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