#310BD6

Color #310BD6 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #310BD6

Tints of Han Purple #310BD6

Color information

#310BD6 (or 0x310BD6) is unknown color: approx Han Purple. HEX triplet: 31, 0B and D6. RGB value is (49,11,214). Sum of RGB (Red+Green+Blue) = 49+11+214=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 11 (4.69% from 255 or 4.01% from 274); Blue value is 214 (83.98% from 255 or 78.10% from 274); Max value from RGB is 214 - color contains mainly: blue. Hex color #310BD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310BD6 is #CEF429. Grayscale: #2C2C2C. Windows color (decimal): -13562922 or 14027569. OLE color: 14027569.

HSL color Cylindrical-coordinate representation of color #310BD6: hue angle of 251.23º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310BD6 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4911214-
CMYK0.770.9500.16
HSL251.23º90.22%44.12%-
HSV(B)251.23º94.86%83.92%-
XYZ13.525.7564.01-
YUV45.5223.09130.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.88%
GREEN value IS 11 (4.69% from 255) = 4.01%
BLUE value IS 214 (83.98% from 255) = 78.10%
R=17.88%
G=4.01%
B=78.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal49112140.770.9500.16251.2390.2244.12
Hex31BD64D5F010fb5a2c
Octal611332611513702037313254
Binary11000110111101011010011011011111010000111110111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310BD6; }

 p { color: rgb(49,11,214); }

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

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

 a { background-color: rgb(49,11,214); }

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

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

 span { border-color: rgb(49,11,214); }

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