Html Css Color HEX #3309F8 Han Purple

📋 copy color: '#3309F8'

red 51 ◦ green 9 ◦ blue 248

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

Shades of Han Purple #3309F8

Tints of Han Purple #3309F8

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.92%

 BLUE value IS 248 (97.27% from 255) = 80.52%

R = 16.56%
G = 2.92%
B = 80.52%

CMYK

 C value IS 0.79

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#3309F8 (or 0x3309F8) is known color: Han Purple. HEX triplet: 33, 09 and F8. RGB value is (51,9,248). Sum of RGB (Red+Green+Blue) = 51+9+248=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 248 (97.27% from 255 or 80.52% from 308); Max value from RGB is 248 - color contains mainly: blue. Hex color #3309F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3309F8 is #CCF607. Grayscale: #2F2F2F. Windows color (decimal): -13432328 or 16255283. OLE color: 16255283.

HSL color Cylindrical-coordinate representation of color #3309F8: hue angle of 250.54º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3309F8 is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 51 9 248 -
CMYK 0.79 0.96 0 0.03
HSL 250.54º 0.94% 0.5% -
HSV(B) 250.54º 0.96% 0.97% -
XYZ 18.41 7.68 89.32 -
YUV 48.8 240.41 129.57 -
System Red Green Blue C M Y K H S L
Decimal 51 9 248 0.79 0.96 0 0.03 250.54 0.94 0.5
Hex 33 9 F8 4F 60 0 3 FB 5E 32
Octal 63 11 370 117 140 0 3 373 136 62
Binary 110011 1001 11111000 1001111 1100000 0 11 11111011 1011110 110010

Color Harmonies of #3309F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3309F8

Black with #3309F8

Text Example


Text Example

White with #3309F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3309F8; }

 p { color: rgb(51,9,248); }

 H1.HeaderClassName
 {
   color: #3309F8;
 }
 .AnyTagClassName
 {
   color: #3309F8;
 }
</style>

background-color css

<style>
 a { background-color: #3309F8; }

 a { background-color: rgb(51,9,248); }

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

border-color css

<style>
 span { border-color: #3309F8; }

 span { border-color: rgb(51,9,248); }

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