Html Css Color HEX #351AFD Han Purple

📋 copy color: '#351AFD'

red 53 ◦ green 26 ◦ blue 253

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

Shades of Han Purple #351AFD

Tints of Han Purple #351AFD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.83%

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

R = 15.96%
G = 7.83%
B = 76.2%

CMYK

 C value IS 0.79

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#351AFD (or 0x351AFD) is known color: Han Purple. HEX triplet: 35, 1A and FD. RGB value is (53,26,253). Sum of RGB (Red+Green+Blue) = 53+26+253=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 253 (99.22% from 255 or 76.20% from 332); Max value from RGB is 253 - color contains mainly: blue. Hex color #351AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351AFD is #CAE502. Grayscale: #3B3B3B. Windows color (decimal): -13296899 or 16587317. OLE color: 16587317.

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

Color convert

RGB 53 26 253 -
CMYK 0.79 0.90 0 0.01
HSL 247.14º 0.98% 0.55% -
HSV(B) 247.14º 0.9% 0.99% -
XYZ 19.57 8.59 93.55 -
YUV 59.95 236.95 123.04 -
System Red Green Blue C M Y K H S L
Decimal 53 26 253 0.79 0.90 0 0.01 247.14 0.98 0.55
Hex 35 1A FD 4F 5A 0 1 F7 62 37
Octal 65 32 375 117 132 0 1 367 142 67
Binary 110101 11010 11111101 1001111 1011010 0 1 11110111 1100010 110111

Color Harmonies of #351AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351AFD

Black with #351AFD

Text Example


Text Example

White with #351AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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