Html Css Color HEX #220E7A Persian Indigo

📋 copy color: '#220E7A'

red 34 ◦ green 14 ◦ blue 122

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

Shades of Persian Indigo #220E7A

Tints of Persian Indigo #220E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 71.76%

R = 20%
G = 8.24%
B = 71.76%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#220E7A (or 0x220E7A) is known color: Persian Indigo. HEX triplet: 22, 0E and 7A. RGB value is (34,14,122). Sum of RGB (Red+Green+Blue) = 34+14+122=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 122 (48.05% from 255 or 71.76% from 170); Max value from RGB is 122 - color contains mainly: blue. Hex color #220E7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #220E7A is #DDF185. Grayscale: #1F1F1F. Windows color (decimal): -14545286 or 7999010. OLE color: 7999010.

HSL color Cylindrical-coordinate representation of color #220E7A: hue angle of 251.11º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #220E7A is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 34 14 122 -
CMYK 0.72 0.89 0 0.52
HSL 251.11º 0.79% 0.27% -
HSV(B) 251.11º 0.89% 0.48% -
XYZ 4.33 2.06 18.58 -
YUV 32.29 178.63 129.22 -
System Red Green Blue C M Y K H S L
Decimal 34 14 122 0.72 0.89 0 0.52 251.11 0.79 0.27
Hex 22 E 7A 48 59 0 34 FB 4F 1B
Octal 42 16 172 110 131 0 64 373 117 33
Binary 100010 1110 1111010 1001000 1011001 0 110100 11111011 1001111 11011

Color Harmonies of #220E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220E7A

Black with #220E7A

Text Example


Text Example

White with #220E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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