Html Css Color HEX #330DFF Han Purple

📋 copy color: '#330DFF'

red 51 ◦ green 13 ◦ blue 255

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

Shades of Han Purple #330DFF

Tints of Han Purple #330DFF

RGB

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

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

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

R = 15.99%
G = 4.08%
B = 79.94%

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

#330DFF (or 0x330DFF) is known color: Han Purple. HEX triplet: 33, 0D and FF. RGB value is (51,13,255). Sum of RGB (Red+Green+Blue) = 51+13+255=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 255 (100% from 255 or 79.94% from 319); Max value from RGB is 255 - color contains mainly: blue. Hex color #330DFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330DFF is #CCF200. Grayscale: #333333. Windows color (decimal): -13431297 or 16715059. OLE color: 16715059.

HSL color Cylindrical-coordinate representation of color #330DFF: hue angle of 249.42º 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 #330DFF is Cyan = 0.8, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 51 13 255 -
CMYK 0.8 0.95 0 0
HSL 249.42º 1% 0.53% -
HSV(B) 249.42º 0.95% 1% -
XYZ 19.56 8.21 95.16 -
YUV 51.95 242.59 127.32 -
System Red Green Blue C M Y K H S L
Decimal 51 13 255 0.8 0.95 0 0 249.42 1 0.53
Hex 33 D FF 50 5F 0 0 F9 64 35
Octal 63 15 377 120 137 0 0 371 144 65
Binary 110011 1101 11111111 1010000 1011111 0 0 11111001 1100100 110101

Color Harmonies of #330DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330DFF

Black with #330DFF

Text Example


Text Example

White with #330DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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