Html Css Color HEX #3300FB Han Purple

📋 copy color: '#3300FB'

red 51 ◦ green 0 ◦ blue 251

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

Shades of Han Purple #3300FB

Tints of Han Purple #3300FB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 251 (98.44% from 255) = 83.11%

R = 16.89%
G = 0%
B = 83.11%

CMYK

 C value IS 0.80

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3300FB (or 0x3300FB) is known color: Han Purple. HEX triplet: 33, 00 and FB. RGB value is (51,0,251). Sum of RGB (Red+Green+Blue) = 51+0+251=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 251 (98.44% from 255 or 83.11% from 302); Max value from RGB is 251 - color contains mainly: blue. Hex color #3300FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3300FB is #CCFF04. Grayscale: #2A2A2A. Windows color (decimal): -13434629 or 16449587. OLE color: 16449587.

HSL color Cylindrical-coordinate representation of color #3300FB: hue angle of 252.19º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3300FB is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 0 251 -
CMYK 0.80 1 0 0.02
HSL 252.19º 1% 0.49% -
HSV(B) 252.19º 1% 0.98% -
XYZ 18.78 7.67 91.76 -
YUV 43.86 244.9 133.09 -
System Red Green Blue C M Y K H S L
Decimal 51 0 251 0.80 1 0 0.02 252.19 1 0.49
Hex 33 0 FB 50 64 0 2 FC 64 31
Octal 63 0 373 120 144 0 2 374 144 61
Binary 110011 0 11111011 1010000 1100100 0 10 11111100 1100100 110001

Color Harmonies of #3300FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3300FB

Black with #3300FB

Text Example


Text Example

White with #3300FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3300FB; }

 p { color: rgb(51,0,251); }

 H1.HeaderClassName
 {
   color: #3300FB;
 }
 .AnyTagClassName
 {
   color: #3300FB;
 }
</style>

background-color css

<style>
 a { background-color: #3300FB; }

 a { background-color: rgb(51,0,251); }

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

border-color css

<style>
 span { border-color: #3300FB; }

 span { border-color: rgb(51,0,251); }

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