Html Css Color HEX #310DFB Han Purple

📋 copy color: '#310DFB'

red 49 ◦ green 13 ◦ blue 251

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

Shades of Han Purple #310DFB

Tints of Han Purple #310DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.15%

 BLUE value IS 251 (98.44% from 255) = 80.19%

R = 15.65%
G = 4.15%
B = 80.19%

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

#310DFB (or 0x310DFB) is known color: Han Purple. HEX triplet: 31, 0D and FB. RGB value is (49,13,251). Sum of RGB (Red+Green+Blue) = 49+13+251=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 251 (98.44% from 255 or 80.19% from 313); Max value from RGB is 251 - color contains mainly: blue. Hex color #310DFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310DFB is #CEF204. Grayscale: #313131. Windows color (decimal): -13562373 or 16452913. OLE color: 16452913.

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

Color convert

RGB 49 13 251 -
CMYK 0.80 0.95 0 0.02
HSL 249.08º 0.97% 0.52% -
HSV(B) 249.08º 0.95% 0.98% -
XYZ 18.82 7.91 91.8 -
YUV 50.9 240.93 126.65 -
System Red Green Blue C M Y K H S L
Decimal 49 13 251 0.80 0.95 0 0.02 249.08 0.97 0.52
Hex 31 D FB 50 5F 0 2 F9 61 34
Octal 61 15 373 120 137 0 2 371 141 64
Binary 110001 1101 11111011 1010000 1011111 0 10 11111001 1100001 110100

Color Harmonies of #310DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310DFB

Black with #310DFB

Text Example


Text Example

White with #310DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,13,251); }

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

background-color css

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

 a { background-color: rgb(49,13,251); }

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

border-color css

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

 span { border-color: rgb(49,13,251); }

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