Html Css Color HEX #330FE9 Han Purple

📋 copy color: '#330FE9'

red 51 ◦ green 15 ◦ blue 233

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

Shades of Han Purple #330FE9

Tints of Han Purple #330FE9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.02%

 BLUE value IS 233 (91.41% from 255) = 77.93%

R = 17.06%
G = 5.02%
B = 77.93%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#330FE9 (or 0x330FE9) is known color: Han Purple. HEX triplet: 33, 0F and E9. RGB value is (51,15,233). Sum of RGB (Red+Green+Blue) = 51+15+233=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 233 (91.41% from 255 or 77.93% from 299); Max value from RGB is 233 - color contains mainly: blue. Hex color #330FE9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330FE9 is #CCF016. Grayscale: #313131. Windows color (decimal): -13430807 or 15273779. OLE color: 15273779.

HSL color Cylindrical-coordinate representation of color #330FE9: hue angle of 249.91º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330FE9 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 51 15 233 -
CMYK 0.78 0.94 0 0.09
HSL 249.91º 0.88% 0.49% -
HSV(B) 249.91º 0.94% 0.91% -
XYZ 16.24 6.93 77.57 -
YUV 50.62 230.93 128.27 -
System Red Green Blue C M Y K H S L
Decimal 51 15 233 0.78 0.94 0 0.09 249.91 0.88 0.49
Hex 33 F E9 4E 5E 0 9 FA 58 31
Octal 63 17 351 116 136 0 11 372 130 61
Binary 110011 1111 11101001 1001110 1011110 0 1001 11111010 1011000 110001

Color Harmonies of #330FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330FE9

Black with #330FE9

Text Example


Text Example

White with #330FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,15,233); }

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

background-color css

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

 a { background-color: rgb(51,15,233); }

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

border-color css

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

 span { border-color: rgb(51,15,233); }

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