Html Css Color HEX #310EED Han Purple

📋 copy color: '#310EED'

red 49 ◦ green 14 ◦ blue 237

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

Shades of Han Purple #310EED

Tints of Han Purple #310EED

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.67%

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

R = 16.33%
G = 4.67%
B = 79%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#310EED (or 0x310EED) is known color: Han Purple. HEX triplet: 31, 0E and ED. RGB value is (49,14,237). Sum of RGB (Red+Green+Blue) = 49+14+237=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 237 (92.97% from 255 or 79% from 300); Max value from RGB is 237 - color contains mainly: blue. Hex color #310EED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310EED is #CEF112. Grayscale: #313131. Windows color (decimal): -13562131 or 15535665. OLE color: 15535665.

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

Color convert

RGB 49 14 237 -
CMYK 0.79 0.94 0 0.07
HSL 249.42º 0.89% 0.49% -
HSV(B) 249.42º 0.94% 0.93% -
XYZ 16.71 7.08 80.61 -
YUV 49.89 233.6 127.37 -
System Red Green Blue C M Y K H S L
Decimal 49 14 237 0.79 0.94 0 0.07 249.42 0.89 0.49
Hex 31 E ED 4F 5E 0 7 F9 59 31
Octal 61 16 355 117 136 0 7 371 131 61
Binary 110001 1110 11101101 1001111 1011110 0 111 11111001 1011001 110001

Color Harmonies of #310EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310EED

Black with #310EED

Text Example


Text Example

White with #310EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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