Html Css Color HEX #22047D Persian Indigo

📋 copy color: '#22047D'

red 34 ◦ green 4 ◦ blue 125

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

Shades of Persian Indigo #22047D

Tints of Persian Indigo #22047D

RGB

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

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

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

R = 20.86%
G = 2.45%
B = 76.69%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#22047D (or 0x22047D) is known color: Persian Indigo. HEX triplet: 22, 04 and 7D. RGB value is (34,4,125). Sum of RGB (Red+Green+Blue) = 34+4+125=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 125 (49.22% from 255 or 76.69% from 163); Max value from RGB is 125 - color contains mainly: blue. Hex color #22047D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22047D is #DDFB82. Grayscale: #1A1A1A. Windows color (decimal): -14547843 or 8193058. OLE color: 8193058.

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

Color convert

RGB 34 4 125 -
CMYK 0.73 0.97 0 0.51
HSL 254.88º 0.94% 0.25% -
HSV(B) 254.88º 0.97% 0.49% -
XYZ 4.4 1.91 19.54 -
YUV 26.76 183.44 133.16 -
System Red Green Blue C M Y K H S L
Decimal 34 4 125 0.73 0.97 0 0.51 254.88 0.94 0.25
Hex 22 4 7D 49 61 0 33 FF 5E 19
Octal 42 4 175 111 141 0 63 377 136 31
Binary 100010 100 1111101 1001001 1100001 0 110011 11111111 1011110 11001

Color Harmonies of #22047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22047D

Black with #22047D

Text Example


Text Example

White with #22047D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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