Html Css Color HEX #310BDB Han Purple

📋 copy color: '#310BDB'

red 49 ◦ green 11 ◦ blue 219

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

Shades of Han Purple #310BDB

Tints of Han Purple #310BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.94%

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

R = 17.56%
G = 3.94%
B = 78.49%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#310BDB (or 0x310BDB) is known color: Han Purple. HEX triplet: 31, 0B and DB. RGB value is (49,11,219). Sum of RGB (Red+Green+Blue) = 49+11+219=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 219 (85.94% from 255 or 78.49% from 279); Max value from RGB is 219 - color contains mainly: blue. Hex color #310BDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310BDB is #CEF424. Grayscale: #2D2D2D. Windows color (decimal): -13562917 or 14355249. OLE color: 14355249.

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

Color convert

RGB 49 11 219 -
CMYK 0.78 0.95 0 0.14
HSL 250.96º 0.9% 0.45% -
HSV(B) 250.96º 0.95% 0.86% -
XYZ 14.17 6.01 67.43 -
YUV 46.07 225.59 130.09 -
System Red Green Blue C M Y K H S L
Decimal 49 11 219 0.78 0.95 0 0.14 250.96 0.9 0.45
Hex 31 B DB 4E 5F 0 E FB 5A 2D
Octal 61 13 333 116 137 0 16 373 132 55
Binary 110001 1011 11011011 1001110 1011111 0 1110 11111011 1011010 101101

Color Harmonies of #310BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310BDB

Black with #310BDB

Text Example


Text Example

White with #310BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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