#210383

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

Shades of Persian Indigo #210383

Tints of Persian Indigo #210383

Color information

#210383 (or 0x210383) is unknown color: approx Persian Indigo. HEX triplet: 21, 03 and 83. RGB value is (33,3,131). Sum of RGB (Red+Green+Blue) = 33+3+131=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 131 (51.56% from 255 or 78.44% from 167); Max value from RGB is 131 - color contains mainly: blue. Hex color #210383 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210383 is #DEFC7C. Grayscale: #1A1A1A. Windows color (decimal): -14613629 or 8586017. OLE color: 8586017.

HSL color Cylindrical-coordinate representation of color #210383: hue angle of 254.06º degrees, saturation: 0.96, 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 #210383 is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB333131-
CMYK0.750.9800.49
HSL254.06º95.52%26.27%-
HSV(B)254.06º97.71%51.37%-
XYZ4.762.0321.61-
YUV26.56186.94132.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.76%
GREEN value IS 3 (1.56% from 255) = 1.80%
BLUE value IS 131 (51.56% from 255) = 78.44%
R=19.76%
G=1.80%
B=78.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3331310.750.9800.49254.0695.5226.27
Hex213834B62031fe601a
Octal41320311314206137614032
Binary100001111000001110010111100010011000111111110110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210383; }

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

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

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

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

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

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

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

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