#310af9

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

Shades of Han Purple #310AF9

Tints of Han Purple #310AF9

Color information

#310AF9 (or 0x310AF9) is unknown color: approx Han Purple. HEX triplet: 31, 0A and F9. RGB value is (49,10,249). Sum of RGB (Red+Green+Blue) = 49+10+249=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 249 (97.66% from 255 or 80.84% from 308); Max value from RGB is 249 - color contains mainly: blue. Hex color #310AF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310AF9 is #CEF506. Grayscale: #2F2F2F. Windows color (decimal): -13563143 or 16321073. OLE color: 16321073.

HSL color Cylindrical-coordinate representation of color #310AF9: hue angle of 249.79º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #310AF9 is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB4910249-
CMYK0.800.9600.02
HSL249.79º95.22%50.78%-
HSV(B)249.79º95.98%97.65%-
XYZ18.477.7190.14-
YUV48.91240.92128.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.91%
GREEN value IS 10 (4.30% from 255) = 3.25%
BLUE value IS 249 (97.66% from 255) = 80.84%
R=15.91%
G=3.25%
B=80.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal49102490.800.9600.02249.7995.2250.78
Hex31AF9506002fa5f33
Octal61123711201400237213763
Binary11000110101111100110100001100000010111110101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310af9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,10,249); }

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

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

 a { background-color: rgb(49,10,249); }

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

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

 span { border-color: rgb(49,10,249); }

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