Html Css Color HEX #350ED9 Han Purple

📋 copy color: '#350ED9'

red 53 ◦ green 14 ◦ blue 217

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

Shades of Han Purple #350ED9

Tints of Han Purple #350ED9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.93%

 BLUE value IS 217 (85.16% from 255) = 76.41%

R = 18.66%
G = 4.93%
B = 76.41%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#350ED9 (or 0x350ED9) is known color: Han Purple. HEX triplet: 35, 0E and D9. RGB value is (53,14,217). Sum of RGB (Red+Green+Blue) = 53+14+217=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 217 (85.16% from 255 or 76.41% from 284); Max value from RGB is 217 - color contains mainly: blue. Hex color #350ED9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350ED9 is #CAF126. Grayscale: #303030. Windows color (decimal): -13300007 or 14224949. OLE color: 14224949.

HSL color Cylindrical-coordinate representation of color #350ED9: hue angle of 251.53º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350ED9 is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 14 217 -
CMYK 0.76 0.94 0 0.15
HSL 251.53º 0.88% 0.45% -
HSV(B) 251.53º 0.94% 0.85% -
XYZ 14.15 6.08 66.07 -
YUV 48.8 222.92 130.99 -
System Red Green Blue C M Y K H S L
Decimal 53 14 217 0.76 0.94 0 0.15 251.53 0.88 0.45
Hex 35 E D9 4C 5E 0 F FC 58 2D
Octal 65 16 331 114 136 0 17 374 130 55
Binary 110101 1110 11011001 1001100 1011110 0 1111 11111100 1011000 101101

Color Harmonies of #350ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350ED9

Black with #350ED9

Text Example


Text Example

White with #350ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350ED9; }

 p { color: rgb(53,14,217); }

 H1.HeaderClassName
 {
   color: #350ED9;
 }
 .AnyTagClassName
 {
   color: #350ED9;
 }
</style>

background-color css

<style>
 a { background-color: #350ED9; }

 a { background-color: rgb(53,14,217); }

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

border-color css

<style>
 span { border-color: #350ED9; }

 span { border-color: rgb(53,14,217); }

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