Html Css Color HEX #3011EB Han Purple

📋 copy color: '#3011EB'

red 48 ◦ green 17 ◦ blue 235

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

Shades of Han Purple #3011EB

Tints of Han Purple #3011EB

RGB

 RED value IS 48 (19.14% from 255) = 16%

 GREEN value IS 17 (7.03% from 255) = 5.67%

 BLUE value IS 235 (92.19% from 255) = 78.33%

R = 16%
G = 5.67%
B = 78.33%

CMYK

 C value IS 0.80

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3011EB (or 0x3011EB) is known color: Han Purple. HEX triplet: 30, 11 and EB. RGB value is (48,17,235). Sum of RGB (Red+Green+Blue) = 48+17+235=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 235 (92.19% from 255 or 78.33% from 300); Max value from RGB is 235 - color contains mainly: blue. Hex color #3011EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3011EB is #CFEE14. Grayscale: #323232. Windows color (decimal): -13626901 or 15405360. OLE color: 15405360.

HSL color Cylindrical-coordinate representation of color #3011EB: hue angle of 248.53º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3011EB is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 17 235 -
CMYK 0.80 0.93 0 0.08
HSL 248.53º 0.87% 0.49% -
HSV(B) 248.53º 0.93% 0.92% -
XYZ 16.41 7.03 79.09 -
YUV 51.12 231.77 125.77 -
System Red Green Blue C M Y K H S L
Decimal 48 17 235 0.80 0.93 0 0.08 248.53 0.87 0.49
Hex 30 11 EB 50 5D 0 8 F9 57 31
Octal 60 21 353 120 135 0 10 371 127 61
Binary 110000 10001 11101011 1010000 1011101 0 1000 11111001 1010111 110001

Color Harmonies of #3011EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3011EB

Black with #3011EB

Text Example


Text Example

White with #3011EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3011EB; }

 p { color: rgb(48,17,235); }

 H1.HeaderClassName
 {
   color: #3011EB;
 }
 .AnyTagClassName
 {
   color: #3011EB;
 }
</style>

background-color css

<style>
 a { background-color: #3011EB; }

 a { background-color: rgb(48,17,235); }

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

border-color css

<style>
 span { border-color: #3011EB; }

 span { border-color: rgb(48,17,235); }

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