Html Css Color HEX #3301F6 Han Purple

📋 copy color: '#3301F6'

red 51 ◦ green 1 ◦ blue 246

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

Shades of Han Purple #3301F6

Tints of Han Purple #3301F6

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 17.11%
G = 0.34%
B = 82.55%

CMYK

 C value IS 0.79

 M value IS 1.00

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3301F6 (or 0x3301F6) is known color: Han Purple. HEX triplet: 33, 01 and F6. RGB value is (51,1,246). Sum of RGB (Red+Green+Blue) = 51+1+246=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 246 (96.48% from 255 or 82.55% from 298); Max value from RGB is 246 - color contains mainly: blue. Hex color #3301F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3301F6 is #CCFE09. Grayscale: #2A2A2A. Windows color (decimal): -13434378 or 16122163. OLE color: 16122163.

HSL color Cylindrical-coordinate representation of color #3301F6: hue angle of 252.24º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3301F6 is Cyan = 0.79, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 51 1 246 -
CMYK 0.79 1.00 0 0.04
HSL 252.24º 0.99% 0.48% -
HSV(B) 252.24º 1% 0.96% -
XYZ 18.01 7.38 87.66 -
YUV 43.88 242.07 133.08 -
System Red Green Blue C M Y K H S L
Decimal 51 1 246 0.79 1.00 0 0.04 252.24 0.99 0.48
Hex 33 1 F6 4F 64 0 4 FC 63 30
Octal 63 1 366 117 144 0 4 374 143 60
Binary 110011 1 11110110 1001111 1100100 0 100 11111100 1100011 110000

Color Harmonies of #3301F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3301F6

Black with #3301F6

Text Example


Text Example

White with #3301F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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