Html Css Color HEX #310CDF Han Purple

📋 copy color: '#310CDF'

red 49 ◦ green 12 ◦ blue 223

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

Shades of Han Purple #310CDF

Tints of Han Purple #310CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 78.52%

R = 17.25%
G = 4.23%
B = 78.52%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#310CDF (or 0x310CDF) is known color: Han Purple. HEX triplet: 31, 0C and DF. RGB value is (49,12,223). Sum of RGB (Red+Green+Blue) = 49+12+223=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 223 (87.5% from 255 or 78.52% from 284); Max value from RGB is 223 - color contains mainly: blue. Hex color #310CDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310CDF is #CEF320. Grayscale: #2E2E2E. Windows color (decimal): -13562657 or 14617649. OLE color: 14617649.

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

Color convert

RGB 49 12 223 -
CMYK 0.78 0.95 0 0.13
HSL 250.52º 0.9% 0.46% -
HSV(B) 250.52º 0.95% 0.87% -
XYZ 14.72 6.24 70.24 -
YUV 47.12 227.26 129.34 -
System Red Green Blue C M Y K H S L
Decimal 49 12 223 0.78 0.95 0 0.13 250.52 0.9 0.46
Hex 31 C DF 4E 5F 0 D FB 5A 2E
Octal 61 14 337 116 137 0 15 373 132 56
Binary 110001 1100 11011111 1001110 1011111 0 1101 11111011 1011010 101110

Color Harmonies of #310CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310CDF

Black with #310CDF

Text Example


Text Example

White with #310CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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