Html Css Color HEX #3013EE Han Purple

📋 copy color: '#3013EE'

red 48 ◦ green 19 ◦ blue 238

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

Shades of Han Purple #3013EE

Tints of Han Purple #3013EE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.23%

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

R = 15.74%
G = 6.23%
B = 78.03%

CMYK

 C value IS 0.80

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3013EE (or 0x3013EE) is known color: Han Purple. HEX triplet: 30, 13 and EE. RGB value is (48,19,238). Sum of RGB (Red+Green+Blue) = 48+19+238=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 238 (93.36% from 255 or 78.03% from 305); Max value from RGB is 238 - color contains mainly: blue. Hex color #3013EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3013EE is #CFEC11. Grayscale: #333333. Windows color (decimal): -13626386 or 15602480. OLE color: 15602480.

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

Color convert

RGB 48 19 238 -
CMYK 0.80 0.92 0 0.07
HSL 247.95º 0.87% 0.5% -
HSV(B) 247.95º 0.92% 0.93% -
XYZ 16.88 7.27 81.4 -
YUV 52.64 232.61 124.69 -
System Red Green Blue C M Y K H S L
Decimal 48 19 238 0.80 0.92 0 0.07 247.95 0.87 0.5
Hex 30 13 EE 50 5C 0 7 F8 57 32
Octal 60 23 356 120 134 0 7 370 127 62
Binary 110000 10011 11101110 1010000 1011100 0 111 11111000 1010111 110010

Color Harmonies of #3013EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3013EE

Black with #3013EE

Text Example


Text Example

White with #3013EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3013EE; }

 p { color: rgb(48,19,238); }

 H1.HeaderClassName
 {
   color: #3013EE;
 }
 .AnyTagClassName
 {
   color: #3013EE;
 }
</style>

background-color css

<style>
 a { background-color: #3013EE; }

 a { background-color: rgb(48,19,238); }

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

border-color css

<style>
 span { border-color: #3013EE; }

 span { border-color: rgb(48,19,238); }

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