Html Css Color HEX #3311FC Han Purple

📋 copy color: '#3311FC'

red 51 ◦ green 17 ◦ blue 252

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

Shades of Han Purple #3311FC

Tints of Han Purple #3311FC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.31%

 BLUE value IS 252 (98.83% from 255) = 78.75%

R = 15.94%
G = 5.31%
B = 78.75%

CMYK

 C value IS 0.80

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3311FC (or 0x3311FC) is known color: Han Purple. HEX triplet: 33, 11 and FC. RGB value is (51,17,252). Sum of RGB (Red+Green+Blue) = 51+17+252=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 17 (7.03% from 255 or 5.31% from 320); Blue value is 252 (98.83% from 255 or 78.75% from 320); Max value from RGB is 252 - color contains mainly: blue. Hex color #3311FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3311FC is #CCEE03. Grayscale: #353535. Windows color (decimal): -13430276 or 16519475. OLE color: 16519475.

HSL color Cylindrical-coordinate representation of color #3311FC: hue angle of 248.68º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3311FC is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 17 252 -
CMYK 0.80 0.93 0 0.01
HSL 248.68º 0.98% 0.53% -
HSV(B) 248.68º 0.93% 0.99% -
XYZ 19.14 8.13 92.66 -
YUV 53.96 239.76 125.89 -
System Red Green Blue C M Y K H S L
Decimal 51 17 252 0.80 0.93 0 0.01 248.68 0.98 0.53
Hex 33 11 FC 50 5D 0 1 F9 62 35
Octal 63 21 374 120 135 0 1 371 142 65
Binary 110011 10001 11111100 1010000 1011101 0 1 11111001 1100010 110101

Color Harmonies of #3311FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3311FC

Black with #3311FC

Text Example


Text Example

White with #3311FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3311FC; }

 p { color: rgb(51,17,252); }

 H1.HeaderClassName
 {
   color: #3311FC;
 }
 .AnyTagClassName
 {
   color: #3311FC;
 }
</style>

background-color css

<style>
 a { background-color: #3311FC; }

 a { background-color: rgb(51,17,252); }

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

border-color css

<style>
 span { border-color: #3311FC; }

 span { border-color: rgb(51,17,252); }

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