Html Css Color HEX #351DFD Han Purple

📋 copy color: '#351DFD'

red 53 ◦ green 29 ◦ blue 253

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

Shades of Han Purple #351DFD

Tints of Han Purple #351DFD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.66%

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

R = 15.82%
G = 8.66%
B = 75.52%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#351DFD (or 0x351DFD) is known color: Han Purple. HEX triplet: 35, 1D and FD. RGB value is (53,29,253). Sum of RGB (Red+Green+Blue) = 53+29+253=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 253 (99.22% from 255 or 75.52% from 335); Max value from RGB is 253 - color contains mainly: blue. Hex color #351DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351DFD is #CAE202. Grayscale: #3C3C3C. Windows color (decimal): -13296131 or 16588085. OLE color: 16588085.

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

Color convert

RGB 53 29 253 -
CMYK 0.79 0.89 0 0.01
HSL 246.43º 0.98% 0.55% -
HSV(B) 246.43º 0.89% 0.99% -
XYZ 19.64 8.73 93.58 -
YUV 61.71 235.95 121.79 -
System Red Green Blue C M Y K H S L
Decimal 53 29 253 0.79 0.89 0 0.01 246.43 0.98 0.55
Hex 35 1D FD 4F 59 0 1 F6 62 37
Octal 65 35 375 117 131 0 1 366 142 67
Binary 110101 11101 11111101 1001111 1011001 0 1 11110110 1100010 110111

Color Harmonies of #351DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351DFD

Black with #351DFD

Text Example


Text Example

White with #351DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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