Html Css Color HEX #22005B Persian Indigo

📋 copy color: '#22005B'

red 34 ◦ green 0 ◦ blue 91

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

Shades of Persian Indigo #22005B

Tints of Persian Indigo #22005B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 72.8%

R = 27.2%
G = 0%
B = 72.8%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#22005B (or 0x22005B) is known color: Persian Indigo. HEX triplet: 22, 00 and 5B. RGB value is (34,0,91). Sum of RGB (Red+Green+Blue) = 34+0+91=125 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.2% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 91 (35.94% from 255 or 72.8% from 125); Max value from RGB is 91 - color contains mainly: blue. Hex color #22005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22005B is #DDFFA4. Grayscale: #141414. Windows color (decimal): -14548901 or 5963810. OLE color: 5963810.

HSL color Cylindrical-coordinate representation of color #22005B: hue angle of 262.42º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #22005B is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 34 0 91 -
CMYK 0.63 1 0 0.64
HSL 262.42º 1% 0.18% -
HSV(B) 262.42º 1% 0.36% -
XYZ 2.55 1.1 9.97 -
YUV 20.54 167.76 137.6 -
System Red Green Blue C M Y K H S L
Decimal 34 0 91 0.63 1 0 0.64 262.42 1 0.18
Hex 22 0 5B 3F 64 0 40 106 64 12
Octal 42 0 133 77 144 0 100 406 144 22
Binary 100010 0 1011011 111111 1100100 0 1000000 100000110 1100100 10010

Color Harmonies of #22005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22005B

Black with #22005B

Text Example


Text Example

White with #22005B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22005B; }

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

 H1.HeaderClassName
 {
   color: #22005B;
 }
 .AnyTagClassName
 {
   color: #22005B;
 }
</style>

background-color css

<style>
 a { background-color: #22005B; }

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

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

border-color css

<style>
 span { border-color: #22005B; }

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

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