Html Css Color HEX #3315F6 Han Purple

📋 copy color: '#3315F6'

red 51 ◦ green 21 ◦ blue 246

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

Shades of Han Purple #3315F6

Tints of Han Purple #3315F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 77.36%

R = 16.04%
G = 6.6%
B = 77.36%

CMYK

 C value IS 0.79

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3315F6 (or 0x3315F6) is known color: Han Purple. HEX triplet: 33, 15 and F6. RGB value is (51,21,246). Sum of RGB (Red+Green+Blue) = 51+21+246=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 246 (96.48% from 255 or 77.36% from 318); Max value from RGB is 246 - color contains mainly: blue. Hex color #3315F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3315F6 is #CCEA09. Grayscale: #363636. Windows color (decimal): -13429258 or 16127283. OLE color: 16127283.

HSL color Cylindrical-coordinate representation of color #3315F6: hue angle of 248º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3315F6 is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 51 21 246 -
CMYK 0.79 0.91 0 0.04
HSL 248º 0.93% 0.52% -
HSV(B) 248º 0.91% 0.96% -
XYZ 18.27 7.89 87.75 -
YUV 55.62 235.44 124.7 -
System Red Green Blue C M Y K H S L
Decimal 51 21 246 0.79 0.91 0 0.04 248 0.93 0.52
Hex 33 15 F6 4F 5B 0 4 F8 5D 34
Octal 63 25 366 117 133 0 4 370 135 64
Binary 110011 10101 11110110 1001111 1011011 0 100 11111000 1011101 110100

Color Harmonies of #3315F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3315F6

Black with #3315F6

Text Example


Text Example

White with #3315F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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