Html Css Color HEX #330CD2 Han Purple

📋 copy color: '#330CD2'

red 51 ◦ green 12 ◦ blue 210

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

Shades of Han Purple #330CD2

Tints of Han Purple #330CD2

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.4%

 BLUE value IS 210 (82.42% from 255) = 76.92%

R = 18.68%
G = 4.4%
B = 76.92%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#330CD2 (or 0x330CD2) is known color: Han Purple. HEX triplet: 33, 0C and D2. RGB value is (51,12,210). Sum of RGB (Red+Green+Blue) = 51+12+210=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 210 (82.42% from 255 or 76.92% from 273); Max value from RGB is 210 - color contains mainly: blue. Hex color #330CD2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330CD2 is #CCF32D. Grayscale: #2D2D2D. Windows color (decimal): -13431598 or 13765683. OLE color: 13765683.

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

Color convert

RGB 51 12 210 -
CMYK 0.76 0.94 0 0.18
HSL 251.82º 0.89% 0.44% -
HSV(B) 251.82º 0.94% 0.82% -
XYZ 13.13 5.62 61.37 -
YUV 46.23 220.42 131.4 -
System Red Green Blue C M Y K H S L
Decimal 51 12 210 0.76 0.94 0 0.18 251.82 0.89 0.44
Hex 33 C D2 4C 5E 0 12 FC 59 2C
Octal 63 14 322 114 136 0 22 374 131 54
Binary 110011 1100 11010010 1001100 1011110 0 10010 11111100 1011001 101100

Color Harmonies of #330CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330CD2

Black with #330CD2

Text Example


Text Example

White with #330CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,12,210); }

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

background-color css

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

 a { background-color: rgb(51,12,210); }

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

border-color css

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

 span { border-color: rgb(51,12,210); }

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