Html Css Color HEX #310FE4 Han Purple

📋 copy color: '#310FE4'

red 49 ◦ green 15 ◦ blue 228

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

Shades of Han Purple #310FE4

Tints of Han Purple #310FE4

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.14%

 BLUE value IS 228 (89.45% from 255) = 78.08%

R = 16.78%
G = 5.14%
B = 78.08%

CMYK

 C value IS 0.79

 M value IS 0.93

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#310FE4 (or 0x310FE4) is known color: Han Purple. HEX triplet: 31, 0F and E4. RGB value is (49,15,228). Sum of RGB (Red+Green+Blue) = 49+15+228=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 228 (89.45% from 255 or 78.08% from 292); Max value from RGB is 228 - color contains mainly: blue. Hex color #310FE4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310FE4 is #CEF01B. Grayscale: #303030. Windows color (decimal): -13561884 or 14946097. OLE color: 14946097.

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

Color convert

RGB 49 15 228 -
CMYK 0.79 0.93 0 0.11
HSL 249.58º 0.88% 0.48% -
HSV(B) 249.58º 0.93% 0.89% -
XYZ 15.44 6.6 73.86 -
YUV 49.45 228.76 127.68 -
System Red Green Blue C M Y K H S L
Decimal 49 15 228 0.79 0.93 0 0.11 249.58 0.88 0.48
Hex 31 F E4 4F 5D 0 B FA 58 30
Octal 61 17 344 117 135 0 13 372 130 60
Binary 110001 1111 11100100 1001111 1011101 0 1011 11111010 1011000 110000

Color Harmonies of #310FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310FE4

Black with #310FE4

Text Example


Text Example

White with #310FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,15,228); }

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

background-color css

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

 a { background-color: rgb(49,15,228); }

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

border-color css

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

 span { border-color: rgb(49,15,228); }

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