Html Css Color HEX #351FDF Han Purple

📋 copy color: '#351FDF'

red 53 ◦ green 31 ◦ blue 223

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

Shades of Han Purple #351FDF

Tints of Han Purple #351FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 72.64%

R = 17.26%
G = 10.1%
B = 72.64%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#351FDF (or 0x351FDF) is known color: Han Purple. HEX triplet: 35, 1F and DF. RGB value is (53,31,223). Sum of RGB (Red+Green+Blue) = 53+31+223=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #351FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351FDF is #CAE020. Grayscale: #3A3A3A. Windows color (decimal): -13295649 or 14622517. OLE color: 14622517.

HSL color Cylindrical-coordinate representation of color #351FDF: hue angle of 246.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #351FDF is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 31 223 -
CMYK 0.76 0.86 0 0.13
HSL 246.88º 0.76% 0.5% -
HSV(B) 246.88º 0.86% 0.87% -
XYZ 15.28 7.06 70.37 -
YUV 59.47 220.29 123.39 -
System Red Green Blue C M Y K H S L
Decimal 53 31 223 0.76 0.86 0 0.13 246.88 0.76 0.5
Hex 35 1F DF 4C 56 0 D F7 4C 32
Octal 65 37 337 114 126 0 15 367 114 62
Binary 110101 11111 11011111 1001100 1010110 0 1101 11110111 1001100 110010

Color Harmonies of #351FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351FDF

Black with #351FDF

Text Example


Text Example

White with #351FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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