Html Css Color HEX #210481 Persian Indigo

📋 copy color: '#210481'

red 33 ◦ green 4 ◦ blue 129

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

Shades of Persian Indigo #210481

Tints of Persian Indigo #210481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.41%

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

R = 19.88%
G = 2.41%
B = 77.71%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#210481 (or 0x210481) is known color: Persian Indigo. HEX triplet: 21, 04 and 81. RGB value is (33,4,129). Sum of RGB (Red+Green+Blue) = 33+4+129=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 129 (50.78% from 255 or 77.71% from 166); Max value from RGB is 129 - color contains mainly: blue. Hex color #210481 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210481 is #DEFB7E. Grayscale: #1A1A1A. Windows color (decimal): -14613375 or 8455201. OLE color: 8455201.

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

Color convert

RGB 33 4 129 -
CMYK 0.74 0.97 0 0.49
HSL 253.92º 0.94% 0.26% -
HSV(B) 253.92º 0.97% 0.51% -
XYZ 4.63 2 20.91 -
YUV 26.92 185.61 132.34 -
System Red Green Blue C M Y K H S L
Decimal 33 4 129 0.74 0.97 0 0.49 253.92 0.94 0.26
Hex 21 4 81 4A 61 0 31 FE 5E 1A
Octal 41 4 201 112 141 0 61 376 136 32
Binary 100001 100 10000001 1001010 1100001 0 110001 11111110 1011110 11010

Color Harmonies of #210481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210481

Black with #210481

Text Example


Text Example

White with #210481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210481; }

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

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

background-color css

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

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

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

border-color css

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

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

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