Html Css Color HEX #3300FD Han Purple

📋 copy color: '#3300FD'

red 51 ◦ green 0 ◦ blue 253

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

Shades of Han Purple #3300FD

Tints of Han Purple #3300FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 83.22%

R = 16.78%
G = 0%
B = 83.22%

CMYK

 C value IS 0.80

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3300FD (or 0x3300FD) is known color: Han Purple. HEX triplet: 33, 00 and FD. RGB value is (51,0,253). Sum of RGB (Red+Green+Blue) = 51+0+253=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 253 (99.22% from 255 or 83.22% from 304); Max value from RGB is 253 - color contains mainly: blue. Hex color #3300FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3300FD is #CCFF02. Grayscale: #2B2B2B. Windows color (decimal): -13434627 or 16580659. OLE color: 16580659.

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

Color convert

RGB 51 0 253 -
CMYK 0.80 1 0 0.01
HSL 252.09º 1% 0.5% -
HSV(B) 252.09º 1% 0.99% -
XYZ 19.09 7.8 93.43 -
YUV 44.09 245.9 132.93 -
System Red Green Blue C M Y K H S L
Decimal 51 0 253 0.80 1 0 0.01 252.09 1 0.5
Hex 33 0 FD 50 64 0 1 FC 64 32
Octal 63 0 375 120 144 0 1 374 144 62
Binary 110011 0 11111101 1010000 1100100 0 1 11111100 1100100 110010

Color Harmonies of #3300FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3300FD

Black with #3300FD

Text Example


Text Example

White with #3300FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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