Html Css Color HEX #330CEF Han Purple

📋 copy color: '#330CEF'

red 51 ◦ green 12 ◦ blue 239

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

Shades of Han Purple #330CEF

Tints of Han Purple #330CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 79.14%

R = 16.89%
G = 3.97%
B = 79.14%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#330CEF (or 0x330CEF) is known color: Han Purple. HEX triplet: 33, 0C and EF. RGB value is (51,12,239). Sum of RGB (Red+Green+Blue) = 51+12+239=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 239 (93.75% from 255 or 79.14% from 302); Max value from RGB is 239 - color contains mainly: blue. Hex color #330CEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330CEF is #CCF310. Grayscale: #303030. Windows color (decimal): -13431569 or 15666227. OLE color: 15666227.

HSL color Cylindrical-coordinate representation of color #330CEF: hue angle of 250.31º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330CEF is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 51 12 239 -
CMYK 0.79 0.95 0 0.06
HSL 250.31º 0.9% 0.49% -
HSV(B) 250.31º 0.95% 0.94% -
XYZ 17.08 7.2 82.15 -
YUV 49.54 234.92 129.04 -
System Red Green Blue C M Y K H S L
Decimal 51 12 239 0.79 0.95 0 0.06 250.31 0.9 0.49
Hex 33 C EF 4F 5F 0 6 FA 5A 31
Octal 63 14 357 117 137 0 6 372 132 61
Binary 110011 1100 11101111 1001111 1011111 0 110 11111010 1011010 110001

Color Harmonies of #330CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330CEF

Black with #330CEF

Text Example


Text Example

White with #330CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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