Html Css Color HEX #3509DF Han Purple

📋 copy color: '#3509DF'

red 53 ◦ green 9 ◦ blue 223

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

Shades of Han Purple #3509DF

Tints of Han Purple #3509DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 78.25%

R = 18.6%
G = 3.16%
B = 78.25%

CMYK

 C value IS 0.76

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3509DF (or 0x3509DF) is known color: Han Purple. HEX triplet: 35, 09 and DF. RGB value is (53,9,223). Sum of RGB (Red+Green+Blue) = 53+9+223=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 223 (87.5% from 255 or 78.25% from 285); Max value from RGB is 223 - color contains mainly: blue. Hex color #3509DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3509DF is #CAF620. Grayscale: #2D2D2D. Windows color (decimal): -13301281 or 14616885. OLE color: 14616885.

HSL color Cylindrical-coordinate representation of color #3509DF: hue angle of 252.34º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3509DF is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 9 223 -
CMYK 0.76 0.96 0 0.13
HSL 252.34º 0.92% 0.45% -
HSV(B) 252.34º 0.96% 0.87% -
XYZ 14.89 6.28 70.24 -
YUV 46.55 227.58 132.6 -
System Red Green Blue C M Y K H S L
Decimal 53 9 223 0.76 0.96 0 0.13 252.34 0.92 0.45
Hex 35 9 DF 4C 60 0 D FC 5C 2D
Octal 65 11 337 114 140 0 15 374 134 55
Binary 110101 1001 11011111 1001100 1100000 0 1101 11111100 1011100 101101

Color Harmonies of #3509DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3509DF

Black with #3509DF

Text Example


Text Example

White with #3509DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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