Html Css Color HEX #22127D Persian Indigo

📋 copy color: '#22127D'

red 34 ◦ green 18 ◦ blue 125

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

Shades of Persian Indigo #22127D

Tints of Persian Indigo #22127D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.17%

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

R = 19.21%
G = 10.17%
B = 70.62%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#22127D (or 0x22127D) is known color: Persian Indigo. HEX triplet: 22, 12 and 7D. RGB value is (34,18,125). Sum of RGB (Red+Green+Blue) = 34+18+125=177 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.21% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 125 (49.22% from 255 or 70.62% from 177); Max value from RGB is 125 - color contains mainly: blue. Hex color #22127D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22127D is #DDED82. Grayscale: #222222. Windows color (decimal): -14544259 or 8196642. OLE color: 8196642.

HSL color Cylindrical-coordinate representation of color #22127D: hue angle of 248.97º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22127D is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 34 18 125 -
CMYK 0.73 0.86 0 0.51
HSL 248.97º 0.75% 0.28% -
HSV(B) 248.97º 0.86% 0.49% -
XYZ 4.58 2.25 19.6 -
YUV 34.98 178.8 127.3 -
System Red Green Blue C M Y K H S L
Decimal 34 18 125 0.73 0.86 0 0.51 248.97 0.75 0.28
Hex 22 12 7D 49 56 0 33 F9 4B 1C
Octal 42 22 175 111 126 0 63 371 113 34
Binary 100010 10010 1111101 1001001 1010110 0 110011 11111001 1001011 11100

Color Harmonies of #22127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22127D

Black with #22127D

Text Example


Text Example

White with #22127D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22127D; }

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

 H1.HeaderClassName
 {
   color: #22127D;
 }
 .AnyTagClassName
 {
   color: #22127D;
 }
</style>

background-color css

<style>
 a { background-color: #22127D; }

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

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

border-color css

<style>
 span { border-color: #22127D; }

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

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