Html Css Color HEX #310EDE Han Purple

📋 copy color: '#310EDE'

red 49 ◦ green 14 ◦ blue 222

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

Shades of Han Purple #310EDE

Tints of Han Purple #310EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 77.89%

R = 17.19%
G = 4.91%
B = 77.89%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#310EDE (or 0x310EDE) is known color: Han Purple. HEX triplet: 31, 0E and DE. RGB value is (49,14,222). Sum of RGB (Red+Green+Blue) = 49+14+222=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 222 (87.11% from 255 or 77.89% from 285); Max value from RGB is 222 - color contains mainly: blue. Hex color #310EDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310EDE is #CEF121. Grayscale: #2F2F2F. Windows color (decimal): -13562146 or 14552625. OLE color: 14552625.

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

Color convert

RGB 49 14 222 -
CMYK 0.78 0.94 0 0.13
HSL 250.1º 0.88% 0.46% -
HSV(B) 250.1º 0.94% 0.87% -
XYZ 14.61 6.24 69.54 -
YUV 48.18 226.1 128.59 -
System Red Green Blue C M Y K H S L
Decimal 49 14 222 0.78 0.94 0 0.13 250.1 0.88 0.46
Hex 31 E DE 4E 5E 0 D FA 58 2E
Octal 61 16 336 116 136 0 15 372 130 56
Binary 110001 1110 11011110 1001110 1011110 0 1101 11111010 1011000 101110

Color Harmonies of #310EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310EDE

Black with #310EDE

Text Example


Text Example

White with #310EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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