Html Css Color HEX #22025D Persian Indigo

📋 copy color: '#22025D'

red 34 ◦ green 2 ◦ blue 93

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

Shades of Persian Indigo #22025D

Tints of Persian Indigo #22025D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.55%

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

R = 26.36%
G = 1.55%
B = 72.09%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#22025D (or 0x22025D) is known color: Persian Indigo. HEX triplet: 22, 02 and 5D. RGB value is (34,2,93). Sum of RGB (Red+Green+Blue) = 34+2+93=129 (17% of max value = 765). Red value is 34 (13.67% from 255 or 26.36% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 93 (36.72% from 255 or 72.09% from 129); Max value from RGB is 93 - color contains mainly: blue. Hex color #22025D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22025D is #DDFDA2. Grayscale: #151515. Windows color (decimal): -14548387 or 6095394. OLE color: 6095394.

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

Color convert

RGB 34 2 93 -
CMYK 0.63 0.98 0 0.64
HSL 261.1º 0.96% 0.19% -
HSV(B) 261.1º 0.98% 0.36% -
XYZ 2.66 1.17 10.44 -
YUV 21.94 168.1 136.6 -
System Red Green Blue C M Y K H S L
Decimal 34 2 93 0.63 0.98 0 0.64 261.1 0.96 0.19
Hex 22 2 5D 3F 62 0 40 105 60 13
Octal 42 2 135 77 142 0 100 405 140 23
Binary 100010 10 1011101 111111 1100010 0 1000000 100000101 1100000 10011

Color Harmonies of #22025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22025D

Black with #22025D

Text Example


Text Example

White with #22025D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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