Html Css Color HEX #310CF8 Han Purple

📋 copy color: '#310CF8'

red 49 ◦ green 12 ◦ blue 248

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

Shades of Han Purple #310CF8

Tints of Han Purple #310CF8

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.88%

 BLUE value IS 248 (97.27% from 255) = 80.26%

R = 15.86%
G = 3.88%
B = 80.26%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#310CF8 (or 0x310CF8) is known color: Han Purple. HEX triplet: 31, 0C and F8. RGB value is (49,12,248). Sum of RGB (Red+Green+Blue) = 49+12+248=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 248 (97.27% from 255 or 80.26% from 309); Max value from RGB is 248 - color contains mainly: blue. Hex color #310CF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310CF8 is #CEF307. Grayscale: #313131. Windows color (decimal): -13562632 or 16256049. OLE color: 16256049.

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

Color convert

RGB 49 12 248 -
CMYK 0.80 0.95 0 0.03
HSL 249.41º 0.94% 0.51% -
HSV(B) 249.41º 0.95% 0.97% -
XYZ 18.34 7.69 89.33 -
YUV 49.97 239.76 127.31 -
System Red Green Blue C M Y K H S L
Decimal 49 12 248 0.80 0.95 0 0.03 249.41 0.94 0.51
Hex 31 C F8 50 5F 0 3 F9 5E 33
Octal 61 14 370 120 137 0 3 371 136 63
Binary 110001 1100 11111000 1010000 1011111 0 11 11111001 1011110 110011

Color Harmonies of #310CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310CF8

Black with #310CF8

Text Example


Text Example

White with #310CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,12,248); }

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

background-color css

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

 a { background-color: rgb(49,12,248); }

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

border-color css

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

 span { border-color: rgb(49,12,248); }

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