Html Css Color HEX #210578 Persian Indigo

📋 copy color: '#210578'

red 33 ◦ green 5 ◦ blue 120

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

Shades of Persian Indigo #210578

Tints of Persian Indigo #210578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 75.95%

R = 20.89%
G = 3.16%
B = 75.95%

CMYK

 C value IS 0.72

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#210578 (or 0x210578) is known color: Persian Indigo. HEX triplet: 21, 05 and 78. RGB value is (33,5,120). Sum of RGB (Red+Green+Blue) = 33+5+120=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 120 (47.27% from 255 or 75.95% from 158); Max value from RGB is 120 - color contains mainly: blue. Hex color #210578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210578 is #DEFA87. Grayscale: #1A1A1A. Windows color (decimal): -14613128 or 7865633. OLE color: 7865633.

HSL color Cylindrical-coordinate representation of color #210578: hue angle of 254.61º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #210578 is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 5 120 -
CMYK 0.72 0.96 0 0.53
HSL 254.61º 0.92% 0.25% -
HSV(B) 254.61º 0.96% 0.47% -
XYZ 4.07 1.79 17.9 -
YUV 26.48 180.78 132.65 -
System Red Green Blue C M Y K H S L
Decimal 33 5 120 0.72 0.96 0 0.53 254.61 0.92 0.25
Hex 21 5 78 48 60 0 35 FF 5C 19
Octal 41 5 170 110 140 0 65 377 134 31
Binary 100001 101 1111000 1001000 1100000 0 110101 11111111 1011100 11001

Color Harmonies of #210578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210578

Black with #210578

Text Example


Text Example

White with #210578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210578; }

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

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

background-color css

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

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

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

border-color css

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

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

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