Html Css Color HEX #350AF5 Han Purple

📋 copy color: '#350AF5'

red 53 ◦ green 10 ◦ blue 245

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

Shades of Han Purple #350AF5

Tints of Han Purple #350AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 79.55%

R = 17.21%
G = 3.25%
B = 79.55%

CMYK

 C value IS 0.78

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#350AF5 (or 0x350AF5) is known color: Han Purple. HEX triplet: 35, 0A and F5. RGB value is (53,10,245). Sum of RGB (Red+Green+Blue) = 53+10+245=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 245 (96.09% from 255 or 79.55% from 308); Max value from RGB is 245 - color contains mainly: blue. Hex color #350AF5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350AF5 is #CAF50A. Grayscale: #303030. Windows color (decimal): -13301003 or 16058933. OLE color: 16058933.

HSL color Cylindrical-coordinate representation of color #350AF5: hue angle of 250.98º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #350AF5 is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 53 10 245 -
CMYK 0.78 0.96 0 0.04
HSL 250.98º 0.92% 0.5% -
HSV(B) 250.98º 0.96% 0.96% -
XYZ 18.06 7.57 86.89 -
YUV 49.65 238.25 130.39 -
System Red Green Blue C M Y K H S L
Decimal 53 10 245 0.78 0.96 0 0.04 250.98 0.92 0.5
Hex 35 A F5 4E 60 0 4 FB 5C 32
Octal 65 12 365 116 140 0 4 373 134 62
Binary 110101 1010 11110101 1001110 1100000 0 100 11111011 1011100 110010

Color Harmonies of #350AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350AF5

Black with #350AF5

Text Example


Text Example

White with #350AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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