Html Css Color HEX #310EFA Han Purple

📋 copy color: '#310EFA'

red 49 ◦ green 14 ◦ blue 250

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

Shades of Han Purple #310EFA

Tints of Han Purple #310EFA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.47%

 BLUE value IS 250 (98.05% from 255) = 79.87%

R = 15.65%
G = 4.47%
B = 79.87%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#310EFA (or 0x310EFA) is known color: Han Purple. HEX triplet: 31, 0E and FA. RGB value is (49,14,250). Sum of RGB (Red+Green+Blue) = 49+14+250=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 14 (5.86% from 255 or 4.47% from 313); Blue value is 250 (98.05% from 255 or 79.87% from 313); Max value from RGB is 250 - color contains mainly: blue. Hex color #310EFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310EFA is #CEF105. Grayscale: #323232. Windows color (decimal): -13562118 or 16387633. OLE color: 16387633.

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

Color convert

RGB 49 14 250 -
CMYK 0.80 0.94 0 0.02
HSL 248.9º 0.96% 0.52% -
HSV(B) 248.9º 0.94% 0.98% -
XYZ 18.68 7.87 90.98 -
YUV 51.37 240.1 126.31 -
System Red Green Blue C M Y K H S L
Decimal 49 14 250 0.80 0.94 0 0.02 248.9 0.96 0.52
Hex 31 E FA 50 5E 0 2 F9 60 34
Octal 61 16 372 120 136 0 2 371 140 64
Binary 110001 1110 11111010 1010000 1011110 0 10 11111001 1100000 110100

Color Harmonies of #310EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310EFA

Black with #310EFA

Text Example


Text Example

White with #310EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,14,250); }

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

background-color css

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

 a { background-color: rgb(49,14,250); }

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

border-color css

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

 span { border-color: rgb(49,14,250); }

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