Html Css Color HEX #310DDB Han Purple

📋 copy color: '#310DDB'

red 49 ◦ green 13 ◦ blue 219

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

Shades of Han Purple #310DDB

Tints of Han Purple #310DDB

RGB

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

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

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

R = 17.44%
G = 4.63%
B = 77.94%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#310DDB (or 0x310DDB) is known color: Han Purple. HEX triplet: 31, 0D and DB. RGB value is (49,13,219). Sum of RGB (Red+Green+Blue) = 49+13+219=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 219 (85.94% from 255 or 77.94% from 281); Max value from RGB is 219 - color contains mainly: blue. Hex color #310DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310DDB is #CEF224. Grayscale: #2E2E2E. Windows color (decimal): -13562405 or 14355761. OLE color: 14355761.

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

Color convert

RGB 49 13 219 -
CMYK 0.78 0.94 0 0.14
HSL 250.49º 0.89% 0.45% -
HSV(B) 250.49º 0.94% 0.86% -
XYZ 14.2 6.06 67.44 -
YUV 47.25 224.93 129.25 -
System Red Green Blue C M Y K H S L
Decimal 49 13 219 0.78 0.94 0 0.14 250.49 0.89 0.45
Hex 31 D DB 4E 5E 0 E FA 59 2D
Octal 61 15 333 116 136 0 16 372 131 55
Binary 110001 1101 11011011 1001110 1011110 0 1110 11111010 1011001 101101

Color Harmonies of #310DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310DDB

Black with #310DDB

Text Example


Text Example

White with #310DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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