Html Css Color HEX #330DFB Han Purple

📋 copy color: '#330DFB'

red 51 ◦ green 13 ◦ blue 251

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

Shades of Han Purple #330DFB

Tints of Han Purple #330DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 79.68%

R = 16.19%
G = 4.13%
B = 79.68%

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

#330DFB (or 0x330DFB) is known color: Han Purple. HEX triplet: 33, 0D and FB. RGB value is (51,13,251). Sum of RGB (Red+Green+Blue) = 51+13+251=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 251 (98.44% from 255 or 79.68% from 315); Max value from RGB is 251 - color contains mainly: blue. Hex color #330DFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330DFB is #CCF204. Grayscale: #323232. Windows color (decimal): -13431301 or 16452915. OLE color: 16452915.

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

Color convert

RGB 51 13 251 -
CMYK 0.80 0.95 0 0.02
HSL 249.58º 0.97% 0.52% -
HSV(B) 249.58º 0.95% 0.98% -
XYZ 18.92 7.96 91.81 -
YUV 51.49 240.59 127.65 -
System Red Green Blue C M Y K H S L
Decimal 51 13 251 0.80 0.95 0 0.02 249.58 0.97 0.52
Hex 33 D FB 50 5F 0 2 FA 61 34
Octal 63 15 373 120 137 0 2 372 141 64
Binary 110011 1101 11111011 1010000 1011111 0 10 11111010 1100001 110100

Color Harmonies of #330DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330DFB

Black with #330DFB

Text Example


Text Example

White with #330DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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