Html Css Color HEX #330EDD Han Purple

📋 copy color: '#330EDD'

red 51 ◦ green 14 ◦ blue 221

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

Shades of Han Purple #330EDD

Tints of Han Purple #330EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 77.27%

R = 17.83%
G = 4.9%
B = 77.27%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#330EDD (or 0x330EDD) is known color: Han Purple. HEX triplet: 33, 0E and DD. RGB value is (51,14,221). Sum of RGB (Red+Green+Blue) = 51+14+221=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 221 (86.72% from 255 or 77.27% from 286); Max value from RGB is 221 - color contains mainly: blue. Hex color #330EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330EDD is #CCF122. Grayscale: #2F2F2F. Windows color (decimal): -13431075 or 14487091. OLE color: 14487091.

HSL color Cylindrical-coordinate representation of color #330EDD: hue angle of 250.72º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330EDD is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 14 221 -
CMYK 0.77 0.94 0 0.13
HSL 250.72º 0.88% 0.46% -
HSV(B) 250.72º 0.94% 0.87% -
XYZ 14.57 6.24 68.84 -
YUV 48.66 225.26 129.67 -
System Red Green Blue C M Y K H S L
Decimal 51 14 221 0.77 0.94 0 0.13 250.72 0.88 0.46
Hex 33 E DD 4D 5E 0 D FB 58 2E
Octal 63 16 335 115 136 0 15 373 130 56
Binary 110011 1110 11011101 1001101 1011110 0 1101 11111011 1011000 101110

Color Harmonies of #330EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330EDD

Black with #330EDD

Text Example


Text Example

White with #330EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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