Html Css Color HEX #330DF8 Han Purple

📋 copy color: '#330DF8'

red 51 ◦ green 13 ◦ blue 248

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

Shades of Han Purple #330DF8

Tints of Han Purple #330DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 79.49%

R = 16.35%
G = 4.17%
B = 79.49%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#330DF8 (or 0x330DF8) is known color: Han Purple. HEX triplet: 33, 0D and F8. RGB value is (51,13,248). Sum of RGB (Red+Green+Blue) = 51+13+248=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 248 (97.27% from 255 or 79.49% from 312); Max value from RGB is 248 - color contains mainly: blue. Hex color #330DF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330DF8 is #CCF207. Grayscale: #323232. Windows color (decimal): -13431304 or 16256307. OLE color: 16256307.

HSL color Cylindrical-coordinate representation of color #330DF8: hue angle of 249.7º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330DF8 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 51 13 248 -
CMYK 0.79 0.95 0 0.03
HSL 249.7º 0.94% 0.51% -
HSV(B) 249.7º 0.95% 0.97% -
XYZ 18.45 7.77 89.33 -
YUV 51.15 239.09 127.89 -
System Red Green Blue C M Y K H S L
Decimal 51 13 248 0.79 0.95 0 0.03 249.7 0.94 0.51
Hex 33 D F8 4F 5F 0 3 FA 5E 33
Octal 63 15 370 117 137 0 3 372 136 63
Binary 110011 1101 11111000 1001111 1011111 0 11 11111010 1011110 110011

Color Harmonies of #330DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330DF8

Black with #330DF8

Text Example


Text Example

White with #330DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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