Html Css Color HEX #22015D Persian Indigo

📋 copy color: '#22015D'

red 34 ◦ green 1 ◦ blue 93

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

Shades of Persian Indigo #22015D

Tints of Persian Indigo #22015D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 72.66%

R = 26.56%
G = 0.78%
B = 72.66%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#22015D (or 0x22015D) is known color: Persian Indigo. HEX triplet: 22, 01 and 5D. RGB value is (34,1,93). Sum of RGB (Red+Green+Blue) = 34+1+93=128 (16% of max value = 765). Red value is 34 (13.67% from 255 or 26.56% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 93 (36.72% from 255 or 72.66% from 128); Max value from RGB is 93 - color contains mainly: blue. Hex color #22015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22015D is #DDFEA2. Grayscale: #151515. Windows color (decimal): -14548643 or 6095138. OLE color: 6095138.

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

Color convert

RGB 34 1 93 -
CMYK 0.63 0.99 0 0.64
HSL 261.52º 0.98% 0.18% -
HSV(B) 261.52º 0.99% 0.36% -
XYZ 2.65 1.15 10.44 -
YUV 21.36 168.43 137.02 -
System Red Green Blue C M Y K H S L
Decimal 34 1 93 0.63 0.99 0 0.64 261.52 0.98 0.18
Hex 22 1 5D 3F 63 0 40 106 62 12
Octal 42 1 135 77 143 0 100 406 142 22
Binary 100010 1 1011101 111111 1100011 0 1000000 100000110 1100010 10010

Color Harmonies of #22015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22015D

Black with #22015D

Text Example


Text Example

White with #22015D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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