Html Css Color HEX #3509FA Han Purple

📋 copy color: '#3509FA'

red 53 ◦ green 9 ◦ blue 250

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

Shades of Han Purple #3509FA

Tints of Han Purple #3509FA

RGB

 RED value IS 53 (21.09% from 255) = 16.99%

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

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

R = 16.99%
G = 2.88%
B = 80.13%

CMYK

 C value IS 0.79

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3509FA (or 0x3509FA) is known color: Han Purple. HEX triplet: 35, 09 and FA. RGB value is (53,9,250). Sum of RGB (Red+Green+Blue) = 53+9+250=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 250 (98.05% from 255 or 80.13% from 312); Max value from RGB is 250 - color contains mainly: blue. Hex color #3509FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3509FA is #CAF605. Grayscale: #303030. Windows color (decimal): -13301254 or 16386357. OLE color: 16386357.

HSL color Cylindrical-coordinate representation of color #3509FA: hue angle of 250.95º 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 #3509FA is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 9 250 -
CMYK 0.79 0.96 0 0.02
HSL 250.95º 0.96% 0.51% -
HSV(B) 250.95º 0.96% 0.98% -
XYZ 18.82 7.85 90.97 -
YUV 49.63 241.08 130.4 -
System Red Green Blue C M Y K H S L
Decimal 53 9 250 0.79 0.96 0 0.02 250.95 0.96 0.51
Hex 35 9 FA 4F 60 0 2 FB 60 33
Octal 65 11 372 117 140 0 2 373 140 63
Binary 110101 1001 11111010 1001111 1100000 0 10 11111011 1100000 110011

Color Harmonies of #3509FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3509FA

Black with #3509FA

Text Example


Text Example

White with #3509FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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