Html Css Color HEX #310FDB Han Purple

📋 copy color: '#310FDB'

red 49 ◦ green 15 ◦ blue 219

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

Shades of Han Purple #310FDB

Tints of Han Purple #310FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 77.39%

R = 17.31%
G = 5.3%
B = 77.39%

CMYK

 C value IS 0.78

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#310FDB (or 0x310FDB) is known color: Han Purple. HEX triplet: 31, 0F and DB. RGB value is (49,15,219). Sum of RGB (Red+Green+Blue) = 49+15+219=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 219 (85.94% from 255 or 77.39% from 283); Max value from RGB is 219 - color contains mainly: blue. Hex color #310FDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310FDB is #CEF024. Grayscale: #2F2F2F. Windows color (decimal): -13561893 or 14356273. OLE color: 14356273.

HSL color Cylindrical-coordinate representation of color #310FDB: hue angle of 250º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310FDB is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 15 219 -
CMYK 0.78 0.93 0 0.14
HSL 250º 0.87% 0.46% -
HSV(B) 250º 0.93% 0.86% -
XYZ 14.22 6.11 67.45 -
YUV 48.42 224.26 128.41 -
System Red Green Blue C M Y K H S L
Decimal 49 15 219 0.78 0.93 0 0.14 250 0.87 0.46
Hex 31 F DB 4E 5D 0 E FA 57 2E
Octal 61 17 333 116 135 0 16 372 127 56
Binary 110001 1111 11011011 1001110 1011101 0 1110 11111010 1010111 101110

Color Harmonies of #310FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310FDB

Black with #310FDB

Text Example


Text Example

White with #310FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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