#210381

Color #210381 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #210381

Tints of Persian Indigo #210381

Color information

#210381 (or 0x210381) is unknown color: approx Persian Indigo. HEX triplet: 21, 03 and 81. RGB value is (33,3,129). Sum of RGB (Red+Green+Blue) = 33+3+129=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 129 (50.78% from 255 or 78.18% from 165); Max value from RGB is 129 - color contains mainly: blue. Hex color #210381 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210381 is #DEFC7E. Grayscale: #191919. Windows color (decimal): -14613631 or 8454945. OLE color: 8454945.

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

Color convert

RGB333129-
CMYK0.740.9800.49
HSL254.29º95.45%25.88%-
HSV(B)254.29º97.67%50.59%-
XYZ4.621.9720.91-
YUV26.33185.94132.75-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20%
GREEN value IS 3 (1.56% from 255) = 1.82%
BLUE value IS 129 (50.78% from 255) = 78.18%
R=20%
G=1.82%
B=78.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3331290.740.9800.49254.2995.4525.88
Hex213814A62031fe5f1a
Octal41320111214206137613732
Binary100001111000000110010101100010011000111111110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210381; }

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

 H1.HeaderClassName
 {
   color: #210381;
 }
 .AnyTagClassName
 {
   color: #210381;
 }
</style>
background-color css

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

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

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

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

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

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