Html Css Color HEX #310BEE Han Purple

📋 copy color: '#310BEE'

red 49 ◦ green 11 ◦ blue 238

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

Shades of Han Purple #310BEE

Tints of Han Purple #310BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 79.87%

R = 16.44%
G = 3.69%
B = 79.87%

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

#310BEE (or 0x310BEE) is known color: Han Purple. HEX triplet: 31, 0B and EE. RGB value is (49,11,238). Sum of RGB (Red+Green+Blue) = 49+11+238=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 11 (4.69% from 255 or 3.69% from 298); Blue value is 238 (93.36% from 255 or 79.87% from 298); Max value from RGB is 238 - color contains mainly: blue. Hex color #310BEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310BEE is #CEF411. Grayscale: #2F2F2F. Windows color (decimal): -13562898 or 15600433. OLE color: 15600433.

HSL color Cylindrical-coordinate representation of color #310BEE: hue angle of 250.04º degrees, saturation: 0.91, 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 #310BEE is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 11 238 -
CMYK 0.79 0.95 0 0.07
HSL 250.04º 0.91% 0.49% -
HSV(B) 250.04º 0.95% 0.93% -
XYZ 16.82 7.07 81.37 -
YUV 48.24 235.09 128.54 -
System Red Green Blue C M Y K H S L
Decimal 49 11 238 0.79 0.95 0 0.07 250.04 0.91 0.49
Hex 31 B EE 4F 5F 0 7 FA 5B 31
Octal 61 13 356 117 137 0 7 372 133 61
Binary 110001 1011 11101110 1001111 1011111 0 111 11111010 1011011 110001

Color Harmonies of #310BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310BEE

Black with #310BEE

Text Example


Text Example

White with #310BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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