Html Css Color HEX #310BE5 Han Purple

📋 copy color: '#310BE5'

red 49 ◦ green 11 ◦ blue 229

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

Shades of Han Purple #310BE5

Tints of Han Purple #310BE5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.81%

 BLUE value IS 229 (89.84% from 255) = 79.24%

R = 16.96%
G = 3.81%
B = 79.24%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#310BE5 (or 0x310BE5) is known color: Han Purple. HEX triplet: 31, 0B and E5. RGB value is (49,11,229). Sum of RGB (Red+Green+Blue) = 49+11+229=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 229 (89.84% from 255 or 79.24% from 289); Max value from RGB is 229 - color contains mainly: blue. Hex color #310BE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310BE5 is #CEF41A. Grayscale: #2E2E2E. Windows color (decimal): -13562907 or 15010609. OLE color: 15010609.

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

Color convert

RGB 49 11 229 -
CMYK 0.79 0.95 0 0.10
HSL 250.46º 0.91% 0.47% -
HSV(B) 250.46º 0.95% 0.9% -
XYZ 15.53 6.55 74.57 -
YUV 47.21 230.59 129.27 -
System Red Green Blue C M Y K H S L
Decimal 49 11 229 0.79 0.95 0 0.10 250.46 0.91 0.47
Hex 31 B E5 4F 5F 0 A FA 5B 2F
Octal 61 13 345 117 137 0 12 372 133 57
Binary 110001 1011 11100101 1001111 1011111 0 1010 11111010 1011011 101111

Color Harmonies of #310BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310BE5

Black with #310BE5

Text Example


Text Example

White with #310BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,11,229); }

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

background-color css

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

 a { background-color: rgb(49,11,229); }

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

border-color css

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

 span { border-color: rgb(49,11,229); }

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