Html Css Color HEX #310BE6 Han Purple

📋 copy color: '#310BE6'

red 49 ◦ green 11 ◦ blue 230

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

Shades of Han Purple #310BE6

Tints of Han Purple #310BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 79.31%

R = 16.9%
G = 3.79%
B = 79.31%

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

#310BE6 (or 0x310BE6) is known color: Han Purple. HEX triplet: 31, 0B and E6. RGB value is (49,11,230). Sum of RGB (Red+Green+Blue) = 49+11+230=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 11 (4.69% from 255 or 3.79% from 290); Blue value is 230 (90.23% from 255 or 79.31% from 290); Max value from RGB is 230 - color contains mainly: blue. Hex color #310BE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #310BE6 is #CEF419. Grayscale: #2E2E2E. Windows color (decimal): -13562906 or 15076145. OLE color: 15076145.

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

Color convert

RGB 49 11 230 -
CMYK 0.79 0.95 0 0.10
HSL 250.41º 0.91% 0.47% -
HSV(B) 250.41º 0.95% 0.9% -
XYZ 15.67 6.61 75.31 -
YUV 47.33 231.09 129.19 -
System Red Green Blue C M Y K H S L
Decimal 49 11 230 0.79 0.95 0 0.10 250.41 0.91 0.47
Hex 31 B E6 4F 5F 0 A FA 5B 2F
Octal 61 13 346 117 137 0 12 372 133 57
Binary 110001 1011 11100110 1001111 1011111 0 1010 11111010 1011011 101111

Color Harmonies of #310BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310BE6

Black with #310BE6

Text Example


Text Example

White with #310BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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