Html Css Color HEX #210580 Persian Indigo

📋 copy color: '#210580'

red 33 ◦ green 5 ◦ blue 128

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

Shades of Persian Indigo #210580

Tints of Persian Indigo #210580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 77.11%

R = 19.88%
G = 3.01%
B = 77.11%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#210580 (or 0x210580) is known color: Persian Indigo. HEX triplet: 21, 05 and 80. RGB value is (33,5,128). Sum of RGB (Red+Green+Blue) = 33+5+128=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 128 (50.39% from 255 or 77.11% from 166); Max value from RGB is 128 - color contains mainly: blue. Hex color #210580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210580 is #DEFA7F. Grayscale: #1A1A1A. Windows color (decimal): -14613120 or 8389921. OLE color: 8389921.

HSL color Cylindrical-coordinate representation of color #210580: hue angle of 253.66º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #210580 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 33 5 128 -
CMYK 0.74 0.96 0 0.50
HSL 253.66º 0.92% 0.26% -
HSV(B) 253.66º 0.96% 0.5% -
XYZ 4.58 1.99 20.56 -
YUV 27.39 184.78 132 -
System Red Green Blue C M Y K H S L
Decimal 33 5 128 0.74 0.96 0 0.50 253.66 0.92 0.26
Hex 21 5 80 4A 60 0 32 FE 5C 1A
Octal 41 5 200 112 140 0 62 376 134 32
Binary 100001 101 10000000 1001010 1100000 0 110010 11111110 1011100 11010

Color Harmonies of #210580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210580

Black with #210580

Text Example


Text Example

White with #210580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210580; }

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

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

background-color css

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

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

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

border-color css

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

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

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