Html Css Color HEX #3018E1 Han Purple

📋 copy color: '#3018E1'

red 48 ◦ green 24 ◦ blue 225

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

Shades of Han Purple #3018E1

Tints of Han Purple #3018E1

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.08%

 BLUE value IS 225 (88.28% from 255) = 75.76%

R = 16.16%
G = 8.08%
B = 75.76%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3018E1 (or 0x3018E1) is known color: Han Purple. HEX triplet: 30, 18 and E1. RGB value is (48,24,225). Sum of RGB (Red+Green+Blue) = 48+24+225=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 225 (88.28% from 255 or 75.76% from 297); Max value from RGB is 225 - color contains mainly: blue. Hex color #3018E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3018E1 is #CFE71E. Grayscale: #353535. Windows color (decimal): -13625119 or 14751792. OLE color: 14751792.

HSL color Cylindrical-coordinate representation of color #3018E1: hue angle of 247.16º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3018E1 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 48 24 225 -
CMYK 0.79 0.89 0 0.12
HSL 247.16º 0.81% 0.49% -
HSV(B) 247.16º 0.89% 0.88% -
XYZ 15.14 6.72 71.73 -
YUV 54.09 224.45 123.66 -
System Red Green Blue C M Y K H S L
Decimal 48 24 225 0.79 0.89 0 0.12 247.16 0.81 0.49
Hex 30 18 E1 4F 59 0 C F7 51 31
Octal 60 30 341 117 131 0 14 367 121 61
Binary 110000 11000 11100001 1001111 1011001 0 1100 11110111 1010001 110001

Color Harmonies of #3018E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3018E1

Black with #3018E1

Text Example


Text Example

White with #3018E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3018E1; }

 p { color: rgb(48,24,225); }

 H1.HeaderClassName
 {
   color: #3018E1;
 }
 .AnyTagClassName
 {
   color: #3018E1;
 }
</style>

background-color css

<style>
 a { background-color: #3018E1; }

 a { background-color: rgb(48,24,225); }

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

border-color css

<style>
 span { border-color: #3018E1; }

 span { border-color: rgb(48,24,225); }

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