Html Css Color HEX #330FFA Han Purple

📋 copy color: '#330FFA'

red 51 ◦ green 15 ◦ blue 250

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

Shades of Han Purple #330FFA

Tints of Han Purple #330FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.75%

 BLUE value IS 250 (98.05% from 255) = 79.11%

R = 16.14%
G = 4.75%
B = 79.11%

CMYK

 C value IS 0.80

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#330FFA (or 0x330FFA) is known color: Han Purple. HEX triplet: 33, 0F and FA. RGB value is (51,15,250). Sum of RGB (Red+Green+Blue) = 51+15+250=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 250 (98.05% from 255 or 79.11% from 316); Max value from RGB is 250 - color contains mainly: blue. Hex color #330FFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330FFA is #CCF005. Grayscale: #333333. Windows color (decimal): -13430790 or 16387891. OLE color: 16387891.

HSL color Cylindrical-coordinate representation of color #330FFA: hue angle of 249.19º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330FFA is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 15 250 -
CMYK 0.80 0.94 0 0.02
HSL 249.19º 0.96% 0.52% -
HSV(B) 249.19º 0.94% 0.98% -
XYZ 18.79 7.95 90.99 -
YUV 52.55 239.43 126.89 -
System Red Green Blue C M Y K H S L
Decimal 51 15 250 0.80 0.94 0 0.02 249.19 0.96 0.52
Hex 33 F FA 50 5E 0 2 F9 60 34
Octal 63 17 372 120 136 0 2 371 140 64
Binary 110011 1111 11111010 1010000 1011110 0 10 11111001 1100000 110100

Color Harmonies of #330FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330FFA

Black with #330FFA

Text Example


Text Example

White with #330FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,15,250); }

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

background-color css

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

 a { background-color: rgb(51,15,250); }

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

border-color css

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

 span { border-color: rgb(51,15,250); }

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