Html Css Color HEX #210080 Persian Indigo

📋 copy color: '#210080'

red 33 ◦ green 0 ◦ blue 128

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

Shades of Persian Indigo #210080

Tints of Persian Indigo #210080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 20.5%
G = 0%
B = 79.5%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#210080 (or 0x210080) is known color: Persian Indigo. HEX triplet: 21, 00 and 80. RGB value is (33,0,128). Sum of RGB (Red+Green+Blue) = 33+0+128=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 128 (50.39% from 255 or 79.50% from 161); Max value from RGB is 128 - color contains mainly: blue. Hex color #210080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210080 is #DEFF7F. Grayscale: #171717. Windows color (decimal): -14614400 or 8388641. OLE color: 8388641.

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

Color convert

RGB 33 0 128 -
CMYK 0.74 1 0 0.50
HSL 255.47º 1% 0.25% -
HSV(B) 255.47º 1% 0.5% -
XYZ 4.52 1.88 20.55 -
YUV 24.46 186.43 134.09 -
System Red Green Blue C M Y K H S L
Decimal 33 0 128 0.74 1 0 0.50 255.47 1 0.25
Hex 21 0 80 4A 64 0 32 FF 64 19
Octal 41 0 200 112 144 0 62 377 144 31
Binary 100001 0 10000000 1001010 1100100 0 110010 11111111 1100100 11001

Color Harmonies of #210080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210080

Black with #210080

Text Example


Text Example

White with #210080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210080; }

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

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

background-color css

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

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

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

border-color css

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

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

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