Html Css Color HEX #350AD5 Han Purple

📋 copy color: '#350AD5'

red 53 ◦ green 10 ◦ blue 213

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

Shades of Han Purple #350AD5

Tints of Han Purple #350AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 77.17%

R = 19.2%
G = 3.62%
B = 77.17%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#350AD5 (or 0x350AD5) is known color: Han Purple. HEX triplet: 35, 0A and D5. RGB value is (53,10,213). Sum of RGB (Red+Green+Blue) = 53+10+213=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 213 (83.59% from 255 or 77.17% from 276); Max value from RGB is 213 - color contains mainly: blue. Hex color #350AD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350AD5 is #CAF52A. Grayscale: #2D2D2D. Windows color (decimal): -13301035 or 13961781. OLE color: 13961781.

HSL color Cylindrical-coordinate representation of color #350AD5: hue angle of 252.71º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350AD5 is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 10 213 -
CMYK 0.75 0.95 0 0.16
HSL 252.71º 0.91% 0.44% -
HSV(B) 252.71º 0.95% 0.84% -
XYZ 13.59 5.78 63.35 -
YUV 46 222.25 132.99 -
System Red Green Blue C M Y K H S L
Decimal 53 10 213 0.75 0.95 0 0.16 252.71 0.91 0.44
Hex 35 A D5 4B 5F 0 10 FD 5B 2C
Octal 65 12 325 113 137 0 20 375 133 54
Binary 110101 1010 11010101 1001011 1011111 0 10000 11111101 1011011 101100

Color Harmonies of #350AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350AD5

Black with #350AD5

Text Example


Text Example

White with #350AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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