Html Css Color HEX #330DDE Han Purple

📋 copy color: '#330DDE'

red 51 ◦ green 13 ◦ blue 222

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

Shades of Han Purple #330DDE

Tints of Han Purple #330DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 77.62%

R = 17.83%
G = 4.55%
B = 77.62%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#330DDE (or 0x330DDE) is known color: Han Purple. HEX triplet: 33, 0D and DE. RGB value is (51,13,222). Sum of RGB (Red+Green+Blue) = 51+13+222=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 222 (87.11% from 255 or 77.62% from 286); Max value from RGB is 222 - color contains mainly: blue. Hex color #330DDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330DDE is #CCF221. Grayscale: #2F2F2F. Windows color (decimal): -13431330 or 14552371. OLE color: 14552371.

HSL color Cylindrical-coordinate representation of color #330DDE: hue angle of 250.91º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330DDE is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 13 222 -
CMYK 0.77 0.94 0 0.13
HSL 250.91º 0.89% 0.46% -
HSV(B) 250.91º 0.94% 0.87% -
XYZ 14.69 6.27 69.54 -
YUV 48.19 226.09 130.01 -
System Red Green Blue C M Y K H S L
Decimal 51 13 222 0.77 0.94 0 0.13 250.91 0.89 0.46
Hex 33 D DE 4D 5E 0 D FB 59 2E
Octal 63 15 336 115 136 0 15 373 131 56
Binary 110011 1101 11011110 1001101 1011110 0 1101 11111011 1011001 101110

Color Harmonies of #330DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330DDE

Black with #330DDE

Text Example


Text Example

White with #330DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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