Html Css Color HEX #330CC1 Medium Blue

📋 copy color: '#330CC1'

red 51 ◦ green 12 ◦ blue 193

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

Shades of Medium Blue #330CC1

Tints of Medium Blue #330CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 75.39%

R = 19.92%
G = 4.69%
B = 75.39%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#330CC1 (or 0x330CC1) is known color: Medium Blue. HEX triplet: 33, 0C and C1. RGB value is (51,12,193). Sum of RGB (Red+Green+Blue) = 51+12+193=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 193 (75.78% from 255 or 75.39% from 256); Max value from RGB is 193 - color contains mainly: blue. Hex color #330CC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330CC1 is #CCF33E. Grayscale: #2B2B2B. Windows color (decimal): -13431615 or 12651571. OLE color: 12651571.

HSL color Cylindrical-coordinate representation of color #330CC1: hue angle of 252.93º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330CC1 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 51 12 193 -
CMYK 0.74 0.94 0 0.24
HSL 252.93º 0.88% 0.4% -
HSV(B) 252.93º 0.94% 0.76% -
XYZ 11.12 4.82 50.8 -
YUV 44.3 211.92 132.78 -
System Red Green Blue C M Y K H S L
Decimal 51 12 193 0.74 0.94 0 0.24 252.93 0.88 0.4
Hex 33 C C1 4A 5E 0 18 FD 58 28
Octal 63 14 301 112 136 0 30 375 130 50
Binary 110011 1100 11000001 1001010 1011110 0 11000 11111101 1011000 101000

Color Harmonies of #330CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330CC1

Black with #330CC1

Text Example


Text Example

White with #330CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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