Html Css Color HEX #351FF1 Han Purple

📋 copy color: '#351FF1'

red 53 ◦ green 31 ◦ blue 241

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

Shades of Han Purple #351FF1

Tints of Han Purple #351FF1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.54%

 BLUE value IS 241 (94.53% from 255) = 74.15%

R = 16.31%
G = 9.54%
B = 74.15%

CMYK

 C value IS 0.78

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#351FF1 (or 0x351FF1) is known color: Han Purple. HEX triplet: 35, 1F and F1. RGB value is (53,31,241). Sum of RGB (Red+Green+Blue) = 53+31+241=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 241 (94.53% from 255 or 74.15% from 325); Max value from RGB is 241 - color contains mainly: blue. Hex color #351FF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351FF1 is #CAE00E. Grayscale: #3C3C3C. Windows color (decimal): -13295631 or 15802165. OLE color: 15802165.

HSL color Cylindrical-coordinate representation of color #351FF1: hue angle of 246.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #351FF1 is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 53 31 241 -
CMYK 0.78 0.87 0 0.05
HSL 246.29º 0.88% 0.53% -
HSV(B) 246.29º 0.87% 0.95% -
XYZ 17.84 8.09 83.84 -
YUV 61.52 229.29 121.92 -
System Red Green Blue C M Y K H S L
Decimal 53 31 241 0.78 0.87 0 0.05 246.29 0.88 0.53
Hex 35 1F F1 4E 57 0 5 F6 58 35
Octal 65 37 361 116 127 0 5 366 130 65
Binary 110101 11111 11110001 1001110 1010111 0 101 11110110 1011000 110101

Color Harmonies of #351FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351FF1

Black with #351FF1

Text Example


Text Example

White with #351FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,31,241); }

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

background-color css

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

 a { background-color: rgb(53,31,241); }

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

border-color css

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

 span { border-color: rgb(53,31,241); }

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