Html Css Color HEX #210280 Persian Indigo

📋 copy color: '#210280'

red 33 ◦ green 2 ◦ blue 128

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

Shades of Persian Indigo #210280

Tints of Persian Indigo #210280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.23%

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

R = 20.25%
G = 1.23%
B = 78.53%

CMYK

 C value IS 0.74

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#210280 (or 0x210280) is known color: Persian Indigo. HEX triplet: 21, 02 and 80. RGB value is (33,2,128). Sum of RGB (Red+Green+Blue) = 33+2+128=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 128 (50.39% from 255 or 78.53% from 163); Max value from RGB is 128 - color contains mainly: blue. Hex color #210280 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210280 is #DEFD7F. Grayscale: #191919. Windows color (decimal): -14613888 or 8389153. OLE color: 8389153.

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

Color convert

RGB 33 2 128 -
CMYK 0.74 0.98 0 0.50
HSL 254.76º 0.97% 0.25% -
HSV(B) 254.76º 0.98% 0.5% -
XYZ 4.55 1.93 20.55 -
YUV 25.63 185.77 133.25 -
System Red Green Blue C M Y K H S L
Decimal 33 2 128 0.74 0.98 0 0.50 254.76 0.97 0.25
Hex 21 2 80 4A 62 0 32 FF 61 19
Octal 41 2 200 112 142 0 62 377 141 31
Binary 100001 10 10000000 1001010 1100010 0 110010 11111111 1100001 11001

Color Harmonies of #210280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210280

Black with #210280

Text Example


Text Example

White with #210280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210280; }

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

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

background-color css

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

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

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

border-color css

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

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

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