Html Css Color HEX #351FFD Han Purple

📋 copy color: '#351FFD'

red 53 ◦ green 31 ◦ blue 253

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

Shades of Han Purple #351FFD

Tints of Han Purple #351FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 75.07%

R = 15.73%
G = 9.2%
B = 75.07%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#351FFD (or 0x351FFD) is known color: Han Purple. HEX triplet: 35, 1F and FD. RGB value is (53,31,253). Sum of RGB (Red+Green+Blue) = 53+31+253=337 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.73% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 253 (99.22% from 255 or 75.07% from 337); Max value from RGB is 253 - color contains mainly: blue. Hex color #351FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351FFD is #CAE002. Grayscale: #3E3E3E. Windows color (decimal): -13295619 or 16588597. OLE color: 16588597.

HSL color Cylindrical-coordinate representation of color #351FFD: hue angle of 245.95º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #351FFD is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 53 31 253 -
CMYK 0.79 0.88 0 0.01
HSL 245.95º 0.98% 0.56% -
HSV(B) 245.95º 0.88% 0.99% -
XYZ 19.69 8.83 93.59 -
YUV 62.89 235.29 120.95 -
System Red Green Blue C M Y K H S L
Decimal 53 31 253 0.79 0.88 0 0.01 245.95 0.98 0.56
Hex 35 1F FD 4F 58 0 1 F6 62 38
Octal 65 37 375 117 130 0 1 366 142 70
Binary 110101 11111 11111101 1001111 1011000 0 1 11110110 1100010 111000

Color Harmonies of #351FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351FFD

Black with #351FFD

Text Example


Text Example

White with #351FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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