Html Css Color HEX #330AF0 Han Purple

📋 copy color: '#330AF0'

red 51 ◦ green 10 ◦ blue 240

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

Shades of Han Purple #330AF0

Tints of Han Purple #330AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 79.73%

R = 16.94%
G = 3.32%
B = 79.73%

CMYK

 C value IS 0.79

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#330AF0 (or 0x330AF0) is known color: Han Purple. HEX triplet: 33, 0A and F0. RGB value is (51,10,240). Sum of RGB (Red+Green+Blue) = 51+10+240=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 240 (94.14% from 255 or 79.73% from 301); Max value from RGB is 240 - color contains mainly: blue. Hex color #330AF0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330AF0 is #CCF50F. Grayscale: #2F2F2F. Windows color (decimal): -13432080 or 15731251. OLE color: 15731251.

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

Color convert

RGB 51 10 240 -
CMYK 0.79 0.96 0 0.06
HSL 250.7º 0.92% 0.49% -
HSV(B) 250.7º 0.96% 0.94% -
XYZ 17.2 7.21 82.92 -
YUV 48.48 236.08 129.8 -
System Red Green Blue C M Y K H S L
Decimal 51 10 240 0.79 0.96 0 0.06 250.7 0.92 0.49
Hex 33 A F0 4F 60 0 6 FB 5C 31
Octal 63 12 360 117 140 0 6 373 134 61
Binary 110011 1010 11110000 1001111 1100000 0 110 11111011 1011100 110001

Color Harmonies of #330AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330AF0

Black with #330AF0

Text Example


Text Example

White with #330AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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