Html Css Color HEX #3315F9 Han Purple

📋 copy color: '#3315F9'

red 51 ◦ green 21 ◦ blue 249

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

Shades of Han Purple #3315F9

Tints of Han Purple #3315F9

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.54%

 BLUE value IS 249 (97.66% from 255) = 77.57%

R = 15.89%
G = 6.54%
B = 77.57%

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

#3315F9 (or 0x3315F9) is known color: Han Purple. HEX triplet: 33, 15 and F9. RGB value is (51,21,249). Sum of RGB (Red+Green+Blue) = 51+21+249=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 249 (97.66% from 255 or 77.57% from 321); Max value from RGB is 249 - color contains mainly: blue. Hex color #3315F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3315F9 is #CCEA06. Grayscale: #373737. Windows color (decimal): -13429255 or 16323891. OLE color: 16323891.

HSL color Cylindrical-coordinate representation of color #3315F9: hue angle of 247.89º degrees, saturation: 0.95, 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 #3315F9 is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 21 249 -
CMYK 0.80 0.92 0 0.02
HSL 247.89º 0.95% 0.53% -
HSV(B) 247.89º 0.92% 0.98% -
XYZ 18.73 8.08 90.19 -
YUV 55.96 236.94 124.46 -
System Red Green Blue C M Y K H S L
Decimal 51 21 249 0.80 0.92 0 0.02 247.89 0.95 0.53
Hex 33 15 F9 50 5C 0 2 F8 5F 35
Octal 63 25 371 120 134 0 2 370 137 65
Binary 110011 10101 11111001 1010000 1011100 0 10 11111000 1011111 110101

Color Harmonies of #3315F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3315F9

Black with #3315F9

Text Example


Text Example

White with #3315F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3315F9; }

 p { color: rgb(51,21,249); }

 H1.HeaderClassName
 {
   color: #3315F9;
 }
 .AnyTagClassName
 {
   color: #3315F9;
 }
</style>

background-color css

<style>
 a { background-color: #3315F9; }

 a { background-color: rgb(51,21,249); }

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

border-color css

<style>
 span { border-color: #3315F9; }

 span { border-color: rgb(51,21,249); }

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