Html Css Color HEX #310FFB Han Purple

📋 copy color: '#310FFB'

red 49 ◦ green 15 ◦ blue 251

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

Shades of Han Purple #310FFB

Tints of Han Purple #310FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.76%

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

R = 15.56%
G = 4.76%
B = 79.68%

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

#310FFB (or 0x310FFB) is known color: Han Purple. HEX triplet: 31, 0F and FB. RGB value is (49,15,251). Sum of RGB (Red+Green+Blue) = 49+15+251=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 251 (98.44% from 255 or 79.68% from 315); Max value from RGB is 251 - color contains mainly: blue. Hex color #310FFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310FFB is #CEF004. Grayscale: #333333. Windows color (decimal): -13561861 or 16453425. OLE color: 16453425.

HSL color Cylindrical-coordinate representation of color #310FFB: hue angle of 248.64º degrees, saturation: 0.97, 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 #310FFB is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 49 15 251 -
CMYK 0.80 0.94 0 0.02
HSL 248.64º 0.97% 0.52% -
HSV(B) 248.64º 0.94% 0.98% -
XYZ 18.85 7.96 91.81 -
YUV 52.07 240.26 125.81 -
System Red Green Blue C M Y K H S L
Decimal 49 15 251 0.80 0.94 0 0.02 248.64 0.97 0.52
Hex 31 F FB 50 5E 0 2 F9 61 34
Octal 61 17 373 120 136 0 2 371 141 64
Binary 110001 1111 11111011 1010000 1011110 0 10 11111001 1100001 110100

Color Harmonies of #310FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310FFB

Black with #310FFB

Text Example


Text Example

White with #310FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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