Html Css Color HEX #310FF1 Han Purple

📋 copy color: '#310FF1'

red 49 ◦ green 15 ◦ blue 241

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

Shades of Han Purple #310FF1

Tints of Han Purple #310FF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 79.02%

R = 16.07%
G = 4.92%
B = 79.02%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#310FF1 (or 0x310FF1) is known color: Han Purple. HEX triplet: 31, 0F and F1. RGB value is (49,15,241). Sum of RGB (Red+Green+Blue) = 49+15+241=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 241 (94.53% from 255 or 79.02% from 305); Max value from RGB is 241 - color contains mainly: blue. Hex color #310FF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310FF1 is #CEF00E. Grayscale: #323232. Windows color (decimal): -13561871 or 15798065. OLE color: 15798065.

HSL color Cylindrical-coordinate representation of color #310FF1: hue angle of 249.03º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310FF1 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 49 15 241 -
CMYK 0.80 0.94 0 0.05
HSL 249.03º 0.89% 0.5% -
HSV(B) 249.03º 0.94% 0.95% -
XYZ 17.31 7.35 83.72 -
YUV 50.93 235.26 126.62 -
System Red Green Blue C M Y K H S L
Decimal 49 15 241 0.80 0.94 0 0.05 249.03 0.89 0.5
Hex 31 F F1 50 5E 0 5 F9 59 32
Octal 61 17 361 120 136 0 5 371 131 62
Binary 110001 1111 11110001 1010000 1011110 0 101 11111001 1011001 110010

Color Harmonies of #310FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310FF1

Black with #310FF1

Text Example


Text Example

White with #310FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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