Html Css Color HEX #330DF9 Han Purple

📋 copy color: '#330DF9'

red 51 ◦ green 13 ◦ blue 249

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

Shades of Han Purple #330DF9

Tints of Han Purple #330DF9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.15%

 BLUE value IS 249 (97.66% from 255) = 79.55%

R = 16.29%
G = 4.15%
B = 79.55%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#330DF9 (or 0x330DF9) is known color: Han Purple. HEX triplet: 33, 0D and F9. RGB value is (51,13,249). Sum of RGB (Red+Green+Blue) = 51+13+249=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 249 (97.66% from 255 or 79.55% from 313); Max value from RGB is 249 - color contains mainly: blue. Hex color #330DF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330DF9 is #CCF206. Grayscale: #323232. Windows color (decimal): -13431303 or 16321843. OLE color: 16321843.

HSL color Cylindrical-coordinate representation of color #330DF9: hue angle of 249.66º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330DF9 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 13 249 -
CMYK 0.80 0.95 0 0.02
HSL 249.66º 0.95% 0.51% -
HSV(B) 249.66º 0.95% 0.98% -
XYZ 18.61 7.83 90.15 -
YUV 51.27 239.59 127.81 -
System Red Green Blue C M Y K H S L
Decimal 51 13 249 0.80 0.95 0 0.02 249.66 0.95 0.51
Hex 33 D F9 50 5F 0 2 FA 5F 33
Octal 63 15 371 120 137 0 2 372 137 63
Binary 110011 1101 11111001 1010000 1011111 0 10 11111010 1011111 110011

Color Harmonies of #330DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330DF9

Black with #330DF9

Text Example


Text Example

White with #330DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,13,249); }

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

background-color css

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

 a { background-color: rgb(51,13,249); }

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

border-color css

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

 span { border-color: rgb(51,13,249); }

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