Html Css Color HEX #210882 Persian Indigo

📋 copy color: '#210882'

red 33 ◦ green 8 ◦ blue 130

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

Shades of Persian Indigo #210882

Tints of Persian Indigo #210882

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.68%

 BLUE value IS 130 (51.17% from 255) = 76.02%

R = 19.3%
G = 4.68%
B = 76.02%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#210882 (or 0x210882) is known color: Persian Indigo. HEX triplet: 21, 08 and 82. RGB value is (33,8,130). Sum of RGB (Red+Green+Blue) = 33+8+130=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 130 (51.17% from 255 or 76.02% from 171); Max value from RGB is 130 - color contains mainly: blue. Hex color #210882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210882 is #DEF77D. Grayscale: #1C1C1C. Windows color (decimal): -14612350 or 8521761. OLE color: 8521761.

HSL color Cylindrical-coordinate representation of color #210882: hue angle of 252.3º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210882 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 8 130 -
CMYK 0.75 0.94 0 0.49
HSL 252.3º 0.88% 0.27% -
HSV(B) 252.3º 0.94% 0.51% -
XYZ 4.74 2.11 21.28 -
YUV 29.38 184.78 130.58 -
System Red Green Blue C M Y K H S L
Decimal 33 8 130 0.75 0.94 0 0.49 252.3 0.88 0.27
Hex 21 8 82 4B 5E 0 31 FC 58 1B
Octal 41 10 202 113 136 0 61 374 130 33
Binary 100001 1000 10000010 1001011 1011110 0 110001 11111100 1011000 11011

Color Harmonies of #210882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210882

Black with #210882

Text Example


Text Example

White with #210882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210882; }

 p { color: rgb(33,8,130); }

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

background-color css

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

 a { background-color: rgb(33,8,130); }

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

border-color css

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

 span { border-color: rgb(33,8,130); }

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