Html Css Color HEX #350ADC Han Purple

📋 copy color: '#350ADC'

red 53 ◦ green 10 ◦ blue 220

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

Shades of Han Purple #350ADC

Tints of Han Purple #350ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 77.74%

R = 18.73%
G = 3.53%
B = 77.74%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#350ADC (or 0x350ADC) is known color: Han Purple. HEX triplet: 35, 0A and DC. RGB value is (53,10,220). Sum of RGB (Red+Green+Blue) = 53+10+220=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 220 (86.33% from 255 or 77.74% from 283); Max value from RGB is 220 - color contains mainly: blue. Hex color #350ADC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350ADC is #CAF523. Grayscale: #2E2E2E. Windows color (decimal): -13301028 or 14420533. OLE color: 14420533.

HSL color Cylindrical-coordinate representation of color #350ADC: hue angle of 252.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350ADC is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 10 220 -
CMYK 0.76 0.95 0 0.14
HSL 252.29º 0.91% 0.45% -
HSV(B) 252.29º 0.95% 0.86% -
XYZ 14.5 6.14 68.13 -
YUV 46.8 225.75 132.42 -
System Red Green Blue C M Y K H S L
Decimal 53 10 220 0.76 0.95 0 0.14 252.29 0.91 0.45
Hex 35 A DC 4C 5F 0 E FC 5B 2D
Octal 65 12 334 114 137 0 16 374 133 55
Binary 110101 1010 11011100 1001100 1011111 0 1110 11111100 1011011 101101

Color Harmonies of #350ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350ADC

Black with #350ADC

Text Example


Text Example

White with #350ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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