Html Css Color HEX #3318E4 Han Purple

📋 copy color: '#3318E4'

red 51 ◦ green 24 ◦ blue 228

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

Shades of Han Purple #3318E4

Tints of Han Purple #3318E4

RGB

 RED value IS 51 (20.31% from 255) = 16.83%

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

 BLUE value IS 228 (89.45% from 255) = 75.25%

R = 16.83%
G = 7.92%
B = 75.25%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#3318E4 (or 0x3318E4) is known color: Han Purple. HEX triplet: 33, 18 and E4. RGB value is (51,24,228). Sum of RGB (Red+Green+Blue) = 51+24+228=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 228 (89.45% from 255 or 75.25% from 303); Max value from RGB is 228 - color contains mainly: blue. Hex color #3318E4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3318E4 is #CCE71B. Grayscale: #363636. Windows color (decimal): -13428508 or 14948403. OLE color: 14948403.

HSL color Cylindrical-coordinate representation of color #3318E4: hue angle of 247.94º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3318E4 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 51 24 228 -
CMYK 0.78 0.89 0 0.11
HSL 247.94º 0.81% 0.49% -
HSV(B) 247.94º 0.89% 0.89% -
XYZ 15.7 6.96 73.91 -
YUV 55.33 225.45 124.91 -
System Red Green Blue C M Y K H S L
Decimal 51 24 228 0.78 0.89 0 0.11 247.94 0.81 0.49
Hex 33 18 E4 4E 59 0 B F8 51 31
Octal 63 30 344 116 131 0 13 370 121 61
Binary 110011 11000 11100100 1001110 1011001 0 1011 11111000 1010001 110001

Color Harmonies of #3318E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3318E4

Black with #3318E4

Text Example


Text Example

White with #3318E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3318E4; }

 p { color: rgb(51,24,228); }

 H1.HeaderClassName
 {
   color: #3318E4;
 }
 .AnyTagClassName
 {
   color: #3318E4;
 }
</style>

background-color css

<style>
 a { background-color: #3318E4; }

 a { background-color: rgb(51,24,228); }

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

border-color css

<style>
 span { border-color: #3318E4; }

 span { border-color: rgb(51,24,228); }

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