Html Css Color HEX #22007C Persian Indigo

📋 copy color: '#22007C'

red 34 ◦ green 0 ◦ blue 124

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

Shades of Persian Indigo #22007C

Tints of Persian Indigo #22007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 124 (48.83% from 255) = 78.48%

R = 21.52%
G = 0%
B = 78.48%

CMYK

 C value IS 0.73

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#22007C (or 0x22007C) is known color: Persian Indigo. HEX triplet: 22, 00 and 7C. RGB value is (34,0,124). Sum of RGB (Red+Green+Blue) = 34+0+124=158 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.52% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 124 (48.83% from 255 or 78.48% from 158); Max value from RGB is 124 - color contains mainly: blue. Hex color #22007C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22007C is #DDFF83. Grayscale: #171717. Windows color (decimal): -14548868 or 8126498. OLE color: 8126498.

HSL color Cylindrical-coordinate representation of color #22007C: hue angle of 256.45º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #22007C is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 34 0 124 -
CMYK 0.73 1 0 0.51
HSL 256.45º 1% 0.24% -
HSV(B) 256.45º 1% 0.49% -
XYZ 4.3 1.8 19.19 -
YUV 24.3 184.26 134.92 -
System Red Green Blue C M Y K H S L
Decimal 34 0 124 0.73 1 0 0.51 256.45 1 0.24
Hex 22 0 7C 49 64 0 33 100 64 18
Octal 42 0 174 111 144 0 63 400 144 30
Binary 100010 0 1111100 1001001 1100100 0 110011 100000000 1100100 11000

Color Harmonies of #22007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22007C

Black with #22007C

Text Example


Text Example

White with #22007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22007C; }

 p { color: rgb(34,0,124); }

 H1.HeaderClassName
 {
   color: #22007C;
 }
 .AnyTagClassName
 {
   color: #22007C;
 }
</style>

background-color css

<style>
 a { background-color: #22007C; }

 a { background-color: rgb(34,0,124); }

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

border-color css

<style>
 span { border-color: #22007C; }

 span { border-color: rgb(34,0,124); }

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