Html Css Color HEX #210881 Persian Indigo

📋 copy color: '#210881'

red 33 ◦ green 8 ◦ blue 129

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

Shades of Persian Indigo #210881

Tints of Persian Indigo #210881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 75.88%

R = 19.41%
G = 4.71%
B = 75.88%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#210881 (or 0x210881) is known color: Persian Indigo. HEX triplet: 21, 08 and 81. RGB value is (33,8,129). Sum of RGB (Red+Green+Blue) = 33+8+129=170 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.41% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 129 (50.78% from 255 or 75.88% from 170); Max value from RGB is 129 - color contains mainly: blue. Hex color #210881 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210881 is #DEF77E. Grayscale: #1C1C1C. Windows color (decimal): -14612351 or 8456225. OLE color: 8456225.

HSL color Cylindrical-coordinate representation of color #210881: hue angle of 252.4º 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 #210881 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 8 129 -
CMYK 0.74 0.94 0 0.49
HSL 252.4º 0.88% 0.27% -
HSV(B) 252.4º 0.94% 0.51% -
XYZ 4.68 2.08 20.92 -
YUV 29.27 184.28 130.66 -
System Red Green Blue C M Y K H S L
Decimal 33 8 129 0.74 0.94 0 0.49 252.4 0.88 0.27
Hex 21 8 81 4A 5E 0 31 FC 58 1B
Octal 41 10 201 112 136 0 61 374 130 33
Binary 100001 1000 10000001 1001010 1011110 0 110001 11111100 1011000 11011

Color Harmonies of #210881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210881

Black with #210881

Text Example


Text Example

White with #210881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210881; }

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

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

background-color css

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

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

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

border-color css

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

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

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