Html Css Color HEX #330BE6 Han Purple

📋 copy color: '#330BE6'

red 51 ◦ green 11 ◦ blue 230

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

Shades of Han Purple #330BE6

Tints of Han Purple #330BE6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.77%

 BLUE value IS 230 (90.23% from 255) = 78.77%

R = 17.47%
G = 3.77%
B = 78.77%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#330BE6 (or 0x330BE6) is known color: Han Purple. HEX triplet: 33, 0B and E6. RGB value is (51,11,230). Sum of RGB (Red+Green+Blue) = 51+11+230=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 230 (90.23% from 255 or 78.77% from 292); Max value from RGB is 230 - color contains mainly: blue. Hex color #330BE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330BE6 is #CCF419. Grayscale: #2F2F2F. Windows color (decimal): -13431834 or 15076147. OLE color: 15076147.

HSL color Cylindrical-coordinate representation of color #330BE6: hue angle of 250.96º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330BE6 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 51 11 230 -
CMYK 0.78 0.95 0 0.10
HSL 250.96º 0.91% 0.47% -
HSV(B) 250.96º 0.95% 0.9% -
XYZ 15.77 6.66 75.32 -
YUV 47.93 230.75 130.19 -
System Red Green Blue C M Y K H S L
Decimal 51 11 230 0.78 0.95 0 0.10 250.96 0.91 0.47
Hex 33 B E6 4E 5F 0 A FB 5B 2F
Octal 63 13 346 116 137 0 12 373 133 57
Binary 110011 1011 11100110 1001110 1011111 0 1010 11111011 1011011 101111

Color Harmonies of #330BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330BE6

Black with #330BE6

Text Example


Text Example

White with #330BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,11,230); }

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

background-color css

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

 a { background-color: rgb(51,11,230); }

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

border-color css

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

 span { border-color: rgb(51,11,230); }

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