Html Css Color HEX #330EFF Han Purple

📋 copy color: '#330EFF'

red 51 ◦ green 14 ◦ blue 255

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

Shades of Han Purple #330EFF

Tints of Han Purple #330EFF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.38%

 BLUE value IS 255 (100% from 255) = 79.69%

R = 15.94%
G = 4.38%
B = 79.69%

CMYK

 C value IS 0.8

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#330EFF (or 0x330EFF) is known color: Han Purple. HEX triplet: 33, 0E and FF. RGB value is (51,14,255). Sum of RGB (Red+Green+Blue) = 51+14+255=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 255 (100% from 255 or 79.69% from 320); Max value from RGB is 255 - color contains mainly: blue. Hex color #330EFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330EFF is #CCF100. Grayscale: #333333. Windows color (decimal): -13431041 or 16715315. OLE color: 16715315.

HSL color Cylindrical-coordinate representation of color #330EFF: hue angle of 249.21º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330EFF is Cyan = 0.8, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 51 14 255 -
CMYK 0.8 0.95 0 0
HSL 249.21º 1% 0.53% -
HSV(B) 249.21º 0.95% 1% -
XYZ 19.57 8.24 95.17 -
YUV 52.54 242.26 126.9 -
System Red Green Blue C M Y K H S L
Decimal 51 14 255 0.8 0.95 0 0 249.21 1 0.53
Hex 33 E FF 50 5F 0 0 F9 64 35
Octal 63 16 377 120 137 0 0 371 144 65
Binary 110011 1110 11111111 1010000 1011111 0 0 11111001 1100100 110101

Color Harmonies of #330EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330EFF

Black with #330EFF

Text Example


Text Example

White with #330EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330EFF; }

 p { color: rgb(51,14,255); }

 H1.HeaderClassName
 {
   color: #330EFF;
 }
 .AnyTagClassName
 {
   color: #330EFF;
 }
</style>

background-color css

<style>
 a { background-color: #330EFF; }

 a { background-color: rgb(51,14,255); }

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

border-color css

<style>
 span { border-color: #330EFF; }

 span { border-color: rgb(51,14,255); }

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