Html Css Color HEX #351EFB Han Purple

📋 copy color: '#351EFB'

red 53 ◦ green 30 ◦ blue 251

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

Shades of Han Purple #351EFB

Tints of Han Purple #351EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.98%

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

R = 15.87%
G = 8.98%
B = 75.15%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#351EFB (or 0x351EFB) is known color: Han Purple. HEX triplet: 35, 1E and FB. RGB value is (53,30,251). Sum of RGB (Red+Green+Blue) = 53+30+251=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 251 (98.44% from 255 or 75.15% from 334); Max value from RGB is 251 - color contains mainly: blue. Hex color #351EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351EFB is #CAE104. Grayscale: #3D3D3D. Windows color (decimal): -13295877 or 16457269. OLE color: 16457269.

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

Color convert

RGB 53 30 251 -
CMYK 0.79 0.88 0 0.02
HSL 246.24º 0.97% 0.55% -
HSV(B) 246.24º 0.88% 0.98% -
XYZ 19.35 8.65 91.92 -
YUV 62.07 234.62 121.53 -
System Red Green Blue C M Y K H S L
Decimal 53 30 251 0.79 0.88 0 0.02 246.24 0.97 0.55
Hex 35 1E FB 4F 58 0 2 F6 61 37
Octal 65 36 373 117 130 0 2 366 141 67
Binary 110101 11110 11111011 1001111 1011000 0 10 11110110 1100001 110111

Color Harmonies of #351EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351EFB

Black with #351EFB

Text Example


Text Example

White with #351EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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