Html Css Color HEX #330EEF Han Purple

📋 copy color: '#330EEF'

red 51 ◦ green 14 ◦ blue 239

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

Shades of Han Purple #330EEF

Tints of Han Purple #330EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 78.62%

R = 16.78%
G = 4.61%
B = 78.62%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#330EEF (or 0x330EEF) is known color: Han Purple. HEX triplet: 33, 0E and EF. RGB value is (51,14,239). Sum of RGB (Red+Green+Blue) = 51+14+239=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 239 (93.75% from 255 or 78.62% from 304); Max value from RGB is 239 - color contains mainly: blue. Hex color #330EEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330EEF is #CCF110. Grayscale: #313131. Windows color (decimal): -13431057 or 15666739. OLE color: 15666739.

HSL color Cylindrical-coordinate representation of color #330EEF: hue angle of 249.87º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330EEF is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 51 14 239 -
CMYK 0.79 0.94 0 0.06
HSL 249.87º 0.89% 0.5% -
HSV(B) 249.87º 0.94% 0.94% -
XYZ 17.1 7.25 82.16 -
YUV 50.71 234.26 128.2 -
System Red Green Blue C M Y K H S L
Decimal 51 14 239 0.79 0.94 0 0.06 249.87 0.89 0.5
Hex 33 E EF 4F 5E 0 6 FA 59 32
Octal 63 16 357 117 136 0 6 372 131 62
Binary 110011 1110 11101111 1001111 1011110 0 110 11111010 1011001 110010

Color Harmonies of #330EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330EEF

Black with #330EEF

Text Example


Text Example

White with #330EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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