Html Css Color HEX #351CFB Han Purple

📋 copy color: '#351CFB'

red 53 ◦ green 28 ◦ blue 251

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

Shades of Han Purple #351CFB

Tints of Han Purple #351CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.43%

 BLUE value IS 251 (98.44% from 255) = 75.6%

R = 15.96%
G = 8.43%
B = 75.6%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#351CFB (or 0x351CFB) is known color: Han Purple. HEX triplet: 35, 1C and FB. RGB value is (53,28,251). Sum of RGB (Red+Green+Blue) = 53+28+251=332 (43% of max value = 765). Red value is 53 (21.09% from 255 or 15.96% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 251 (98.44% from 255 or 75.60% from 332); Max value from RGB is 251 - color contains mainly: blue. Hex color #351CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351CFB is #CAE304. Grayscale: #3C3C3C. Windows color (decimal): -13296389 or 16456757. OLE color: 16456757.

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

Color convert

RGB 53 28 251 -
CMYK 0.79 0.89 0 0.02
HSL 246.73º 0.97% 0.55% -
HSV(B) 246.73º 0.89% 0.98% -
XYZ 19.3 8.55 91.9 -
YUV 60.9 235.28 122.37 -
System Red Green Blue C M Y K H S L
Decimal 53 28 251 0.79 0.89 0 0.02 246.73 0.97 0.55
Hex 35 1C FB 4F 59 0 2 F7 61 37
Octal 65 34 373 117 131 0 2 367 141 67
Binary 110101 11100 11111011 1001111 1011001 0 10 11110111 1100001 110111

Color Harmonies of #351CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351CFB

Black with #351CFB

Text Example


Text Example

White with #351CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,28,251); }

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

background-color css

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

 a { background-color: rgb(53,28,251); }

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

border-color css

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

 span { border-color: rgb(53,28,251); }

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