Html Css Color HEX #22015E Persian Indigo

📋 copy color: '#22015E'

red 34 ◦ green 1 ◦ blue 94

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

Shades of Persian Indigo #22015E

Tints of Persian Indigo #22015E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.78%

 BLUE value IS 94 (37.11% from 255) = 72.87%

R = 26.36%
G = 0.78%
B = 72.87%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#22015E (or 0x22015E) is known color: Persian Indigo. HEX triplet: 22, 01 and 5E. RGB value is (34,1,94). Sum of RGB (Red+Green+Blue) = 34+1+94=129 (17% of max value = 765). Red value is 34 (13.67% from 255 or 26.36% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 94 (37.11% from 255 or 72.87% from 129); Max value from RGB is 94 - color contains mainly: blue. Hex color #22015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22015E is #DDFEA1. Grayscale: #151515. Windows color (decimal): -14548642 or 6160674. OLE color: 6160674.

HSL color Cylindrical-coordinate representation of color #22015E: hue angle of 261.29º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #22015E is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 34 1 94 -
CMYK 0.64 0.99 0 0.63
HSL 261.29º 0.98% 0.19% -
HSV(B) 261.29º 0.99% 0.37% -
XYZ 2.69 1.17 10.67 -
YUV 21.47 168.93 136.94 -
System Red Green Blue C M Y K H S L
Decimal 34 1 94 0.64 0.99 0 0.63 261.29 0.98 0.19
Hex 22 1 5E 40 63 0 3F 105 62 13
Octal 42 1 136 100 143 0 77 405 142 23
Binary 100010 1 1011110 1000000 1100011 0 111111 100000101 1100010 10011

Color Harmonies of #22015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22015E

Black with #22015E

Text Example


Text Example

White with #22015E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22015E; }

 p { color: rgb(34,1,94); }

 H1.HeaderClassName
 {
   color: #22015E;
 }
 .AnyTagClassName
 {
   color: #22015E;
 }
</style>

background-color css

<style>
 a { background-color: #22015E; }

 a { background-color: rgb(34,1,94); }

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

border-color css

<style>
 span { border-color: #22015E; }

 span { border-color: rgb(34,1,94); }

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