Html Css Color HEX #351AF5 Han Purple

📋 copy color: '#351AF5'

red 53 ◦ green 26 ◦ blue 245

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

Shades of Han Purple #351AF5

Tints of Han Purple #351AF5

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.02%

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

R = 16.36%
G = 8.02%
B = 75.62%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#351AF5 (or 0x351AF5) is known color: Han Purple. HEX triplet: 35, 1A and F5. RGB value is (53,26,245). Sum of RGB (Red+Green+Blue) = 53+26+245=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 245 (96.09% from 255 or 75.62% from 324); Max value from RGB is 245 - color contains mainly: blue. Hex color #351AF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351AF5 is #CAE50A. Grayscale: #3A3A3A. Windows color (decimal): -13296907 or 16063029. OLE color: 16063029.

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

Color convert

RGB 53 26 245 -
CMYK 0.78 0.89 0 0.04
HSL 247.4º 0.92% 0.53% -
HSV(B) 247.4º 0.89% 0.96% -
XYZ 18.32 8.09 86.98 -
YUV 59.04 232.95 123.69 -
System Red Green Blue C M Y K H S L
Decimal 53 26 245 0.78 0.89 0 0.04 247.4 0.92 0.53
Hex 35 1A F5 4E 59 0 4 F7 5C 35
Octal 65 32 365 116 131 0 4 367 134 65
Binary 110101 11010 11110101 1001110 1011001 0 100 11110111 1011100 110101

Color Harmonies of #351AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351AF5

Black with #351AF5

Text Example


Text Example

White with #351AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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