Html Css Color HEX #3313FB Han Purple

📋 copy color: '#3313FB'

red 51 ◦ green 19 ◦ blue 251

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

Shades of Han Purple #3313FB

Tints of Han Purple #3313FB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.92%

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

R = 15.89%
G = 5.92%
B = 78.19%

CMYK

 C value IS 0.80

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3313FB (or 0x3313FB) is known color: Han Purple. HEX triplet: 33, 13 and FB. RGB value is (51,19,251). Sum of RGB (Red+Green+Blue) = 51+19+251=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 251 (98.44% from 255 or 78.19% from 321); Max value from RGB is 251 - color contains mainly: blue. Hex color #3313FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3313FB is #CCEC04. Grayscale: #363636. Windows color (decimal): -13429765 or 16454451. OLE color: 16454451.

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

Color convert

RGB 51 19 251 -
CMYK 0.80 0.92 0 0.02
HSL 248.28º 0.97% 0.53% -
HSV(B) 248.28º 0.92% 0.98% -
XYZ 19.01 8.13 91.83 -
YUV 55.02 238.6 125.14 -
System Red Green Blue C M Y K H S L
Decimal 51 19 251 0.80 0.92 0 0.02 248.28 0.97 0.53
Hex 33 13 FB 50 5C 0 2 F8 61 35
Octal 63 23 373 120 134 0 2 370 141 65
Binary 110011 10011 11111011 1010000 1011100 0 10 11111000 1100001 110101

Color Harmonies of #3313FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3313FB

Black with #3313FB

Text Example


Text Example

White with #3313FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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