Html Css Color HEX #351BF5 Han Purple

📋 copy color: '#351BF5'

red 53 ◦ green 27 ◦ blue 245

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

Shades of Han Purple #351BF5

Tints of Han Purple #351BF5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.31%

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

R = 16.31%
G = 8.31%
B = 75.38%

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

#351BF5 (or 0x351BF5) is known color: Han Purple. HEX triplet: 35, 1B and F5. RGB value is (53,27,245). Sum of RGB (Red+Green+Blue) = 53+27+245=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 245 (96.09% from 255 or 75.38% from 325); Max value from RGB is 245 - color contains mainly: blue. Hex color #351BF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351BF5 is #CAE40A. Grayscale: #3A3A3A. Windows color (decimal): -13296651 or 16063285. OLE color: 16063285.

HSL color Cylindrical-coordinate representation of color #351BF5: hue angle of 247.16º 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 #351BF5 is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 53 27 245 -
CMYK 0.78 0.89 0 0.04
HSL 247.16º 0.92% 0.53% -
HSV(B) 247.16º 0.89% 0.96% -
XYZ 18.34 8.13 86.99 -
YUV 59.63 232.61 123.27 -
System Red Green Blue C M Y K H S L
Decimal 53 27 245 0.78 0.89 0 0.04 247.16 0.92 0.53
Hex 35 1B F5 4E 59 0 4 F7 5C 35
Octal 65 33 365 116 131 0 4 367 134 65
Binary 110101 11011 11110101 1001110 1011001 0 100 11110111 1011100 110101

Color Harmonies of #351BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351BF5

Black with #351BF5

Text Example


Text Example

White with #351BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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