Html Css Color HEX #310CED Han Purple

📋 copy color: '#310CED'

red 49 ◦ green 12 ◦ blue 237

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

Shades of Han Purple #310CED

Tints of Han Purple #310CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 79.53%

R = 16.44%
G = 4.03%
B = 79.53%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#310CED (or 0x310CED) is known color: Han Purple. HEX triplet: 31, 0C and ED. RGB value is (49,12,237). Sum of RGB (Red+Green+Blue) = 49+12+237=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 237 (92.97% from 255 or 79.53% from 298); Max value from RGB is 237 - color contains mainly: blue. Hex color #310CED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310CED is #CEF312. Grayscale: #2F2F2F. Windows color (decimal): -13562643 or 15535153. OLE color: 15535153.

HSL color Cylindrical-coordinate representation of color #310CED: hue angle of 249.87º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #310CED is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 12 237 -
CMYK 0.79 0.95 0 0.07
HSL 249.87º 0.9% 0.49% -
HSV(B) 249.87º 0.95% 0.93% -
XYZ 16.68 7.03 80.6 -
YUV 48.71 234.26 128.2 -
System Red Green Blue C M Y K H S L
Decimal 49 12 237 0.79 0.95 0 0.07 249.87 0.9 0.49
Hex 31 C ED 4F 5F 0 7 FA 5A 31
Octal 61 14 355 117 137 0 7 372 132 61
Binary 110001 1100 11101101 1001111 1011111 0 111 11111010 1011010 110001

Color Harmonies of #310CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310CED

Black with #310CED

Text Example


Text Example

White with #310CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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