Html Css Color HEX #21055D Persian Indigo

📋 copy color: '#21055D'

red 33 ◦ green 5 ◦ blue 93

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

Shades of Persian Indigo #21055D

Tints of Persian Indigo #21055D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.82%

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

R = 25.19%
G = 3.82%
B = 70.99%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#21055D (or 0x21055D) is known color: Persian Indigo. HEX triplet: 21, 05 and 5D. RGB value is (33,5,93). Sum of RGB (Red+Green+Blue) = 33+5+93=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 93 (36.72% from 255 or 70.99% from 131); Max value from RGB is 93 - color contains mainly: blue. Hex color #21055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21055D is #DEFAA2. Grayscale: #171717. Windows color (decimal): -14613155 or 6096161. OLE color: 6096161.

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

Color convert

RGB 33 5 93 -
CMYK 0.65 0.95 0 0.64
HSL 259.09º 0.9% 0.19% -
HSV(B) 259.09º 0.95% 0.36% -
XYZ 2.66 1.22 10.45 -
YUV 23.4 167.28 134.84 -
System Red Green Blue C M Y K H S L
Decimal 33 5 93 0.65 0.95 0 0.64 259.09 0.9 0.19
Hex 21 5 5D 41 5F 0 40 103 5A 13
Octal 41 5 135 101 137 0 100 403 132 23
Binary 100001 101 1011101 1000001 1011111 0 1000000 100000011 1011010 10011

Color Harmonies of #21055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21055D

Black with #21055D

Text Example


Text Example

White with #21055D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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