Html Css Color HEX #330DD0 Han Purple

📋 copy color: '#330DD0'

red 51 ◦ green 13 ◦ blue 208

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

Shades of Han Purple #330DD0

Tints of Han Purple #330DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 76.47%

R = 18.75%
G = 4.78%
B = 76.47%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#330DD0 (or 0x330DD0) is known color: Han Purple. HEX triplet: 33, 0D and D0. RGB value is (51,13,208). Sum of RGB (Red+Green+Blue) = 51+13+208=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 208 (81.64% from 255 or 76.47% from 272); Max value from RGB is 208 - color contains mainly: blue. Hex color #330DD0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330DD0 is #CCF22F. Grayscale: #2D2D2D. Windows color (decimal): -13431344 or 13634867. OLE color: 13634867.

HSL color Cylindrical-coordinate representation of color #330DD0: hue angle of 251.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330DD0 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 51 13 208 -
CMYK 0.75 0.94 0 0.18
HSL 251.69º 0.88% 0.43% -
HSV(B) 251.69º 0.94% 0.82% -
XYZ 12.89 5.55 60.07 -
YUV 46.59 219.09 131.14 -
System Red Green Blue C M Y K H S L
Decimal 51 13 208 0.75 0.94 0 0.18 251.69 0.88 0.43
Hex 33 D D0 4B 5E 0 12 FC 58 2B
Octal 63 15 320 113 136 0 22 374 130 53
Binary 110011 1101 11010000 1001011 1011110 0 10010 11111100 1011000 101011

Color Harmonies of #330DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330DD0

Black with #330DD0

Text Example


Text Example

White with #330DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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