Html Css Color HEX #210573 Persian Indigo

📋 copy color: '#210573'

red 33 ◦ green 5 ◦ blue 115

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

Shades of Persian Indigo #210573

Tints of Persian Indigo #210573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 75.16%

R = 21.57%
G = 3.27%
B = 75.16%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#210573 (or 0x210573) is known color: Persian Indigo. HEX triplet: 21, 05 and 73. RGB value is (33,5,115). Sum of RGB (Red+Green+Blue) = 33+5+115=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 115 (45.31% from 255 or 75.16% from 153); Max value from RGB is 115 - color contains mainly: blue. Hex color #210573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210573 is #DEFA8C. Grayscale: #191919. Windows color (decimal): -14613133 or 7537953. OLE color: 7537953.

HSL color Cylindrical-coordinate representation of color #210573: hue angle of 255.27º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #210573 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 33 5 115 -
CMYK 0.71 0.96 0 0.55
HSL 255.27º 0.92% 0.24% -
HSV(B) 255.27º 0.96% 0.45% -
XYZ 3.78 1.67 16.34 -
YUV 25.91 178.28 133.06 -
System Red Green Blue C M Y K H S L
Decimal 33 5 115 0.71 0.96 0 0.55 255.27 0.92 0.24
Hex 21 5 73 47 60 0 37 FF 5C 18
Octal 41 5 163 107 140 0 67 377 134 30
Binary 100001 101 1110011 1000111 1100000 0 110111 11111111 1011100 11000

Color Harmonies of #210573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210573

Black with #210573

Text Example


Text Example

White with #210573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210573; }

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

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

background-color css

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

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

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

border-color css

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

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

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