Html Css Color HEX #310CD4 Han Purple

📋 copy color: '#310CD4'

red 49 ◦ green 12 ◦ blue 212

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

Shades of Han Purple #310CD4

Tints of Han Purple #310CD4

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.4%

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

R = 17.95%
G = 4.4%
B = 77.66%

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

#310CD4 (or 0x310CD4) is known color: Han Purple. HEX triplet: 31, 0C and D4. RGB value is (49,12,212). Sum of RGB (Red+Green+Blue) = 49+12+212=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 212 (83.20% from 255 or 77.66% from 273); Max value from RGB is 212 - color contains mainly: blue. Hex color #310CD4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310CD4 is #CEF32B. Grayscale: #2D2D2D. Windows color (decimal): -13562668 or 13896753. OLE color: 13896753.

HSL color Cylindrical-coordinate representation of color #310CD4: hue angle of 251.1º degrees, saturation: 0.89, 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 #310CD4 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 49 12 212 -
CMYK 0.77 0.94 0 0.17
HSL 251.1º 0.89% 0.44% -
HSV(B) 251.1º 0.94% 0.83% -
XYZ 13.28 5.67 62.68 -
YUV 45.86 221.76 130.24 -
System Red Green Blue C M Y K H S L
Decimal 49 12 212 0.77 0.94 0 0.17 251.1 0.89 0.44
Hex 31 C D4 4D 5E 0 11 FB 59 2C
Octal 61 14 324 115 136 0 21 373 131 54
Binary 110001 1100 11010100 1001101 1011110 0 10001 11111011 1011001 101100

Color Harmonies of #310CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310CD4

Black with #310CD4

Text Example


Text Example

White with #310CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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