Html Css Color HEX #22047F Persian Indigo

📋 copy color: '#22047F'

red 34 ◦ green 4 ◦ blue 127

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

Shades of Persian Indigo #22047F

Tints of Persian Indigo #22047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.42%

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

R = 20.61%
G = 2.42%
B = 76.97%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#22047F (or 0x22047F) is known color: Persian Indigo. HEX triplet: 22, 04 and 7F. RGB value is (34,4,127). Sum of RGB (Red+Green+Blue) = 34+4+127=165 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.61% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 127 (50% from 255 or 76.97% from 165); Max value from RGB is 127 - color contains mainly: blue. Hex color #22047F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22047F is #DDFB80. Grayscale: #1A1A1A. Windows color (decimal): -14547841 or 8324130. OLE color: 8324130.

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

Color convert

RGB 34 4 127 -
CMYK 0.73 0.97 0 0.50
HSL 254.63º 0.94% 0.26% -
HSV(B) 254.63º 0.97% 0.5% -
XYZ 4.53 1.96 20.22 -
YUV 26.99 184.44 133 -
System Red Green Blue C M Y K H S L
Decimal 34 4 127 0.73 0.97 0 0.50 254.63 0.94 0.26
Hex 22 4 7F 49 61 0 32 FF 5E 1A
Octal 42 4 177 111 141 0 62 377 136 32
Binary 100010 100 1111111 1001001 1100001 0 110010 11111111 1011110 11010

Color Harmonies of #22047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22047F

Black with #22047F

Text Example


Text Example

White with #22047F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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