Html Css Color HEX #3509CE Han Purple

📋 copy color: '#3509CE'

red 53 ◦ green 9 ◦ blue 206

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

Shades of Han Purple #3509CE

Tints of Han Purple #3509CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 76.87%

R = 19.78%
G = 3.36%
B = 76.87%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3509CE (or 0x3509CE) is known color: Han Purple. HEX triplet: 35, 09 and CE. RGB value is (53,9,206). Sum of RGB (Red+Green+Blue) = 53+9+206=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 206 (80.86% from 255 or 76.87% from 268); Max value from RGB is 206 - color contains mainly: blue. Hex color #3509CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3509CE is #CAF631. Grayscale: #2B2B2B. Windows color (decimal): -13301298 or 13502773. OLE color: 13502773.

HSL color Cylindrical-coordinate representation of color #3509CE: hue angle of 253.4º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3509CE is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 9 206 -
CMYK 0.74 0.96 0 0.19
HSL 253.4º 0.92% 0.42% -
HSV(B) 253.4º 0.96% 0.81% -
XYZ 12.71 5.41 58.77 -
YUV 44.61 219.08 133.98 -
System Red Green Blue C M Y K H S L
Decimal 53 9 206 0.74 0.96 0 0.19 253.4 0.92 0.42
Hex 35 9 CE 4A 60 0 13 FD 5C 2A
Octal 65 11 316 112 140 0 23 375 134 52
Binary 110101 1001 11001110 1001010 1100000 0 10011 11111101 1011100 101010

Color Harmonies of #3509CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3509CE

Black with #3509CE

Text Example


Text Example

White with #3509CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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