Html Css Color HEX #3302F9 Han Purple

📋 copy color: '#3302F9'

red 51 ◦ green 2 ◦ blue 249

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

Shades of Han Purple #3302F9

Tints of Han Purple #3302F9

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 16.89%
G = 0.66%
B = 82.45%

CMYK

 C value IS 0.80

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3302F9 (or 0x3302F9) is known color: Han Purple. HEX triplet: 33, 02 and F9. RGB value is (51,2,249). Sum of RGB (Red+Green+Blue) = 51+2+249=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 249 (97.66% from 255 or 82.45% from 302); Max value from RGB is 249 - color contains mainly: blue. Hex color #3302F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3302F9 is #CCFD06. Grayscale: #2B2B2B. Windows color (decimal): -13434119 or 16319027. OLE color: 16319027.

HSL color Cylindrical-coordinate representation of color #3302F9: hue angle of 251.9º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3302F9 is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 2 249 -
CMYK 0.80 0.99 0 0.02
HSL 251.9º 0.98% 0.49% -
HSV(B) 251.9º 0.99% 0.98% -
XYZ 18.49 7.59 90.11 -
YUV 44.81 243.23 132.42 -
System Red Green Blue C M Y K H S L
Decimal 51 2 249 0.80 0.99 0 0.02 251.9 0.98 0.49
Hex 33 2 F9 50 63 0 2 FC 62 31
Octal 63 2 371 120 143 0 2 374 142 61
Binary 110011 10 11111001 1010000 1100011 0 10 11111100 1100010 110001

Color Harmonies of #3302F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3302F9

Black with #3302F9

Text Example


Text Example

White with #3302F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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