Html Css Color HEX #350ACE Han Purple

📋 copy color: '#350ACE'

red 53 ◦ green 10 ◦ blue 206

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

Shades of Han Purple #350ACE

Tints of Han Purple #350ACE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.72%

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

R = 19.7%
G = 3.72%
B = 76.58%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#350ACE (or 0x350ACE) is known color: Han Purple. HEX triplet: 35, 0A and CE. RGB value is (53,10,206). Sum of RGB (Red+Green+Blue) = 53+10+206=269 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.70% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 206 (80.86% from 255 or 76.58% from 269); Max value from RGB is 206 - color contains mainly: blue. Hex color #350ACE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350ACE is #CAF531. Grayscale: #2C2C2C. Windows color (decimal): -13301042 or 13503029. OLE color: 13503029.

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

Color convert

RGB 53 10 206 -
CMYK 0.74 0.95 0 0.19
HSL 253.16º 0.91% 0.42% -
HSV(B) 253.16º 0.95% 0.81% -
XYZ 12.72 5.43 58.77 -
YUV 45.2 218.75 133.56 -
System Red Green Blue C M Y K H S L
Decimal 53 10 206 0.74 0.95 0 0.19 253.16 0.91 0.42
Hex 35 A CE 4A 5F 0 13 FD 5B 2A
Octal 65 12 316 112 137 0 23 375 133 52
Binary 110101 1010 11001110 1001010 1011111 0 10011 11111101 1011011 101010

Color Harmonies of #350ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350ACE

Black with #350ACE

Text Example


Text Example

White with #350ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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