Html Css Color HEX #310DF5 Han Purple

📋 copy color: '#310DF5'

red 49 ◦ green 13 ◦ blue 245

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

Shades of Han Purple #310DF5

Tints of Han Purple #310DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 79.8%

R = 15.96%
G = 4.23%
B = 79.8%

CMYK

 C value IS 0.8

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#310DF5 (or 0x310DF5) is known color: Han Purple. HEX triplet: 31, 0D and F5. RGB value is (49,13,245). Sum of RGB (Red+Green+Blue) = 49+13+245=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 245 (96.09% from 255 or 79.80% from 307); Max value from RGB is 245 - color contains mainly: blue. Hex color #310DF5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310DF5 is #CEF20A. Grayscale: #313131. Windows color (decimal): -13562379 or 16059697. OLE color: 16059697.

HSL color Cylindrical-coordinate representation of color #310DF5: hue angle of 249.31º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310DF5 is Cyan = 0.8, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 49 13 245 -
CMYK 0.8 0.95 0 0.04
HSL 249.31º 0.92% 0.51% -
HSV(B) 249.31º 0.95% 0.96% -
XYZ 17.89 7.53 86.9 -
YUV 50.21 237.93 127.14 -
System Red Green Blue C M Y K H S L
Decimal 49 13 245 0.8 0.95 0 0.04 249.31 0.92 0.51
Hex 31 D F5 50 5F 0 4 F9 5C 33
Octal 61 15 365 120 137 0 4 371 134 63
Binary 110001 1101 11110101 1010000 1011111 0 100 11111001 1011100 110011

Color Harmonies of #310DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310DF5

Black with #310DF5

Text Example


Text Example

White with #310DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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