Html Css Color HEX #3311FA Han Purple

📋 copy color: '#3311FA'

red 51 ◦ green 17 ◦ blue 250

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

Shades of Han Purple #3311FA

Tints of Han Purple #3311FA

RGB

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

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

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

R = 16.04%
G = 5.35%
B = 78.62%

CMYK

 C value IS 0.80

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3311FA (or 0x3311FA) is known color: Han Purple. HEX triplet: 33, 11 and FA. RGB value is (51,17,250). Sum of RGB (Red+Green+Blue) = 51+17+250=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 250 (98.05% from 255 or 78.62% from 318); Max value from RGB is 250 - color contains mainly: blue. Hex color #3311FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3311FA is #CCEE05. Grayscale: #343434. Windows color (decimal): -13430278 or 16388403. OLE color: 16388403.

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

Color convert

RGB 51 17 250 -
CMYK 0.80 0.93 0 0.02
HSL 248.76º 0.96% 0.52% -
HSV(B) 248.76º 0.93% 0.98% -
XYZ 18.82 8.01 91 -
YUV 53.73 238.76 126.05 -
System Red Green Blue C M Y K H S L
Decimal 51 17 250 0.80 0.93 0 0.02 248.76 0.96 0.52
Hex 33 11 FA 50 5D 0 2 F9 60 34
Octal 63 21 372 120 135 0 2 371 140 64
Binary 110011 10001 11111010 1010000 1011101 0 10 11111001 1100000 110100

Color Harmonies of #3311FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3311FA

Black with #3311FA

Text Example


Text Example

White with #3311FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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