Html Css Color HEX #310CF9 Han Purple

📋 copy color: '#310CF9'

red 49 ◦ green 12 ◦ blue 249

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

Shades of Han Purple #310CF9

Tints of Han Purple #310CF9

RGB

 RED value IS 49 (19.53% from 255) = 15.81%

 GREEN value IS 12 (5.08% from 255) = 3.87%

 BLUE value IS 249 (97.66% from 255) = 80.32%

R = 15.81%
G = 3.87%
B = 80.32%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#310CF9 (or 0x310CF9) is known color: Han Purple. HEX triplet: 31, 0C and F9. RGB value is (49,12,249). Sum of RGB (Red+Green+Blue) = 49+12+249=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 249 (97.66% from 255 or 80.32% from 310); Max value from RGB is 249 - color contains mainly: blue. Hex color #310CF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310CF9 is #CEF306. Grayscale: #313131. Windows color (decimal): -13562631 or 16321585. OLE color: 16321585.

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

Color convert

RGB 49 12 249 -
CMYK 0.80 0.95 0 0.02
HSL 249.37º 0.95% 0.51% -
HSV(B) 249.37º 0.95% 0.98% -
XYZ 18.5 7.76 90.14 -
YUV 50.08 240.26 127.23 -
System Red Green Blue C M Y K H S L
Decimal 49 12 249 0.80 0.95 0 0.02 249.37 0.95 0.51
Hex 31 C F9 50 5F 0 2 F9 5F 33
Octal 61 14 371 120 137 0 2 371 137 63
Binary 110001 1100 11111001 1010000 1011111 0 10 11111001 1011111 110011

Color Harmonies of #310CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310CF9

Black with #310CF9

Text Example


Text Example

White with #310CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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