Html Css Color HEX #310EFD Han Purple

📋 copy color: '#310EFD'

red 49 ◦ green 14 ◦ blue 253

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

Shades of Han Purple #310EFD

Tints of Han Purple #310EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 80.06%

R = 15.51%
G = 4.43%
B = 80.06%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#310EFD (or 0x310EFD) is known color: Han Purple. HEX triplet: 31, 0E and FD. RGB value is (49,14,253). Sum of RGB (Red+Green+Blue) = 49+14+253=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 253 (99.22% from 255 or 80.06% from 316); Max value from RGB is 253 - color contains mainly: blue. Hex color #310EFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310EFD is #CEF102. Grayscale: #323232. Windows color (decimal): -13562115 or 16584241. OLE color: 16584241.

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

Color convert

RGB 49 14 253 -
CMYK 0.81 0.94 0 0.01
HSL 248.79º 0.98% 0.52% -
HSV(B) 248.79º 0.94% 0.99% -
XYZ 19.15 8.06 93.47 -
YUV 51.71 241.6 126.07 -
System Red Green Blue C M Y K H S L
Decimal 49 14 253 0.81 0.94 0 0.01 248.79 0.98 0.52
Hex 31 E FD 51 5E 0 1 F9 62 34
Octal 61 16 375 121 136 0 1 371 142 64
Binary 110001 1110 11111101 1010001 1011110 0 1 11111001 1100010 110100

Color Harmonies of #310EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310EFD

Black with #310EFD

Text Example


Text Example

White with #310EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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