Html Css Color HEX #350ADE Han Purple

📋 copy color: '#350ADE'

red 53 ◦ green 10 ◦ blue 222

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

Shades of Han Purple #350ADE

Tints of Han Purple #350ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 77.89%

R = 18.6%
G = 3.51%
B = 77.89%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#350ADE (or 0x350ADE) is known color: Han Purple. HEX triplet: 35, 0A and DE. RGB value is (53,10,222). Sum of RGB (Red+Green+Blue) = 53+10+222=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 222 (87.11% from 255 or 77.89% from 285); Max value from RGB is 222 - color contains mainly: blue. Hex color #350ADE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350ADE is #CAF521. Grayscale: #2E2E2E. Windows color (decimal): -13301026 or 14551605. OLE color: 14551605.

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

Color convert

RGB 53 10 222 -
CMYK 0.76 0.95 0 0.13
HSL 252.17º 0.91% 0.45% -
HSV(B) 252.17º 0.95% 0.87% -
XYZ 14.76 6.25 69.54 -
YUV 47.03 226.75 132.26 -
System Red Green Blue C M Y K H S L
Decimal 53 10 222 0.76 0.95 0 0.13 252.17 0.91 0.45
Hex 35 A DE 4C 5F 0 D FC 5B 2D
Octal 65 12 336 114 137 0 15 374 133 55
Binary 110101 1010 11011110 1001100 1011111 0 1101 11111100 1011011 101101

Color Harmonies of #350ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350ADE

Black with #350ADE

Text Example


Text Example

White with #350ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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