Html Css Color HEX #21025D Persian Indigo

📋 copy color: '#21025D'

red 33 ◦ green 2 ◦ blue 93

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

Shades of Persian Indigo #21025D

Tints of Persian Indigo #21025D

RGB

 RED value IS 33 (13.28% from 255) = 25.78%

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

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

R = 25.78%
G = 1.56%
B = 72.66%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21025D (or 0x21025D) is known color: Persian Indigo. HEX triplet: 21, 02 and 5D. RGB value is (33,2,93). Sum of RGB (Red+Green+Blue) = 33+2+93=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 2 (1.17% from 255 or 1.56% 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 #21025D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21025D is #DEFDA2. Grayscale: #151515. Windows color (decimal): -14613923 or 6095393. OLE color: 6095393.

HSL color Cylindrical-coordinate representation of color #21025D: hue angle of 260.44º 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 #21025D is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 33 2 93 -
CMYK 0.65 0.98 0 0.64
HSL 260.44º 0.96% 0.19% -
HSV(B) 260.44º 0.98% 0.36% -
XYZ 2.62 1.16 10.44 -
YUV 21.64 168.27 136.1 -
System Red Green Blue C M Y K H S L
Decimal 33 2 93 0.65 0.98 0 0.64 260.44 0.96 0.19
Hex 21 2 5D 41 62 0 40 104 60 13
Octal 41 2 135 101 142 0 100 404 140 23
Binary 100001 10 1011101 1000001 1100010 0 1000000 100000100 1100000 10011

Color Harmonies of #21025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21025D

Black with #21025D

Text Example


Text Example

White with #21025D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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