Html Css Color HEX #3300FF Han Purple

📋 copy color: '#3300FF'

red 51 ◦ green 0 ◦ blue 255

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

Shades of Han Purple #3300FF

Tints of Han Purple #3300FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 83.33%

R = 16.67%
G = 0%
B = 83.33%

CMYK

 C value IS 0.8

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3300FF (or 0x3300FF) is known color: Han Purple. HEX triplet: 33, 00 and FF. RGB value is (51,0,255). Sum of RGB (Red+Green+Blue) = 51+0+255=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 255 (100% from 255 or 83.33% from 306); Max value from RGB is 255 - color contains mainly: blue. Hex color #3300FF is a web safe color. Inversed color of #3300FF is #CCFF00. Grayscale: #2B2B2B. Windows color (decimal): -13434625 or 16711731. OLE color: 16711731.

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

Color convert

RGB 51 0 255 -
CMYK 0.8 1 0 0
HSL 252º 1% 0.5% -
HSV(B) 252º 1% 1% -
XYZ 19.42 7.92 95.11 -
YUV 44.32 246.9 132.77 -
System Red Green Blue C M Y K H S L
Decimal 51 0 255 0.8 1 0 0 252 1 0.5
Hex 33 0 FF 50 64 0 0 FC 64 32
Octal 63 0 377 120 144 0 0 374 144 62
Binary 110011 0 11111111 1010000 1100100 0 0 11111100 1100100 110010

Color Harmonies of #3300FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3300FF

Black with #3300FF

Text Example


Text Example

White with #3300FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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