Html Css Color HEX #330ADE Han Purple

📋 copy color: '#330ADE'

red 51 ◦ green 10 ◦ blue 222

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

Shades of Han Purple #330ADE

Tints of Han Purple #330ADE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.53%

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

R = 18.02%
G = 3.53%
B = 78.45%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#330ADE (or 0x330ADE) is known color: Han Purple. HEX triplet: 33, 0A and DE. RGB value is (51,10,222). Sum of RGB (Red+Green+Blue) = 51+10+222=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 222 (87.11% from 255 or 78.45% from 283); Max value from RGB is 222 - color contains mainly: blue. Hex color #330ADE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330ADE is #CCF521. Grayscale: #2D2D2D. Windows color (decimal): -13432098 or 14551603. OLE color: 14551603.

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

Color convert

RGB 51 10 222 -
CMYK 0.77 0.95 0 0.13
HSL 251.6º 0.91% 0.45% -
HSV(B) 251.6º 0.95% 0.87% -
XYZ 14.66 6.19 69.53 -
YUV 46.43 227.08 131.26 -
System Red Green Blue C M Y K H S L
Decimal 51 10 222 0.77 0.95 0 0.13 251.6 0.91 0.45
Hex 33 A DE 4D 5F 0 D FC 5B 2D
Octal 63 12 336 115 137 0 15 374 133 55
Binary 110011 1010 11011110 1001101 1011111 0 1101 11111100 1011011 101101

Color Harmonies of #330ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330ADE

Black with #330ADE

Text Example


Text Example

White with #330ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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