Html Css Color HEX #22127F Persian Indigo

📋 copy color: '#22127F'

red 34 ◦ green 18 ◦ blue 127

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

Shades of Persian Indigo #22127F

Tints of Persian Indigo #22127F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 70.95%

R = 18.99%
G = 10.06%
B = 70.95%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#22127F (or 0x22127F) is known color: Persian Indigo. HEX triplet: 22, 12 and 7F. RGB value is (34,18,127). Sum of RGB (Red+Green+Blue) = 34+18+127=179 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.99% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 127 (50% from 255 or 70.95% from 179); Max value from RGB is 127 - color contains mainly: blue. Hex color #22127F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22127F is #DDED80. Grayscale: #222222. Windows color (decimal): -14544257 or 8327714. OLE color: 8327714.

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

Color convert

RGB 34 18 127 -
CMYK 0.73 0.86 0 0.50
HSL 248.81º 0.75% 0.28% -
HSV(B) 248.81º 0.86% 0.5% -
XYZ 4.71 2.31 20.28 -
YUV 35.21 179.8 127.14 -
System Red Green Blue C M Y K H S L
Decimal 34 18 127 0.73 0.86 0 0.50 248.81 0.75 0.28
Hex 22 12 7F 49 56 0 32 F9 4B 1C
Octal 42 22 177 111 126 0 62 371 113 34
Binary 100010 10010 1111111 1001001 1010110 0 110010 11111001 1001011 11100

Color Harmonies of #22127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22127F

Black with #22127F

Text Example


Text Example

White with #22127F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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