Html Css Color HEX #3309FA Han Purple

📋 copy color: '#3309FA'

red 51 ◦ green 9 ◦ blue 250

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

Shades of Han Purple #3309FA

Tints of Han Purple #3309FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 80.65%

R = 16.45%
G = 2.9%
B = 80.65%

CMYK

 C value IS 0.80

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3309FA (or 0x3309FA) is known color: Han Purple. HEX triplet: 33, 09 and FA. RGB value is (51,9,250). Sum of RGB (Red+Green+Blue) = 51+9+250=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 250 (98.05% from 255 or 80.65% from 310); Max value from RGB is 250 - color contains mainly: blue. Hex color #3309FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3309FA is #CCF605. Grayscale: #303030. Windows color (decimal): -13432326 or 16386355. OLE color: 16386355.

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

Color convert

RGB 51 9 250 -
CMYK 0.80 0.96 0 0.02
HSL 250.46º 0.96% 0.51% -
HSV(B) 250.46º 0.96% 0.98% -
XYZ 18.72 7.8 90.96 -
YUV 49.03 241.41 129.4 -
System Red Green Blue C M Y K H S L
Decimal 51 9 250 0.80 0.96 0 0.02 250.46 0.96 0.51
Hex 33 9 FA 50 60 0 2 FA 60 33
Octal 63 11 372 120 140 0 2 372 140 63
Binary 110011 1001 11111010 1010000 1100000 0 10 11111010 1100000 110011

Color Harmonies of #3309FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3309FA

Black with #3309FA

Text Example


Text Example

White with #3309FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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