Html Css Color HEX #310DD4 Han Purple

📋 copy color: '#310DD4'

red 49 ◦ green 13 ◦ blue 212

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

Shades of Han Purple #310DD4

Tints of Han Purple #310DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 77.37%

R = 17.88%
G = 4.74%
B = 77.37%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#310DD4 (or 0x310DD4) is known color: Han Purple. HEX triplet: 31, 0D and D4. RGB value is (49,13,212). Sum of RGB (Red+Green+Blue) = 49+13+212=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 212 (83.20% from 255 or 77.37% from 274); Max value from RGB is 212 - color contains mainly: blue. Hex color #310DD4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310DD4 is #CEF22B. Grayscale: #2D2D2D. Windows color (decimal): -13562412 or 13897009. OLE color: 13897009.

HSL color Cylindrical-coordinate representation of color #310DD4: hue angle of 250.85º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310DD4 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 49 13 212 -
CMYK 0.77 0.94 0 0.17
HSL 250.85º 0.88% 0.44% -
HSV(B) 250.85º 0.94% 0.83% -
XYZ 13.29 5.69 62.69 -
YUV 46.45 221.43 129.82 -
System Red Green Blue C M Y K H S L
Decimal 49 13 212 0.77 0.94 0 0.17 250.85 0.88 0.44
Hex 31 D D4 4D 5E 0 11 FB 58 2C
Octal 61 15 324 115 136 0 21 373 130 54
Binary 110001 1101 11010100 1001101 1011110 0 10001 11111011 1011000 101100

Color Harmonies of #310DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310DD4

Black with #310DD4

Text Example


Text Example

White with #310DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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