Html Css Color HEX #350FFB Han Purple

📋 copy color: '#350FFB'

red 53 ◦ green 15 ◦ blue 251

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

Shades of Han Purple #350FFB

Tints of Han Purple #350FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.7%

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

R = 16.61%
G = 4.7%
B = 78.68%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#350FFB (or 0x350FFB) is known color: Han Purple. HEX triplet: 35, 0F and FB. RGB value is (53,15,251). Sum of RGB (Red+Green+Blue) = 53+15+251=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 251 (98.44% from 255 or 78.68% from 319); Max value from RGB is 251 - color contains mainly: blue. Hex color #350FFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350FFB is #CAF004. Grayscale: #343434. Windows color (decimal): -13299717 or 16453429. OLE color: 16453429.

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

Color convert

RGB 53 15 251 -
CMYK 0.79 0.94 0 0.02
HSL 249.66º 0.97% 0.52% -
HSV(B) 249.66º 0.94% 0.98% -
XYZ 19.05 8.06 91.82 -
YUV 53.27 239.59 127.81 -
System Red Green Blue C M Y K H S L
Decimal 53 15 251 0.79 0.94 0 0.02 249.66 0.97 0.52
Hex 35 F FB 4F 5E 0 2 FA 61 34
Octal 65 17 373 117 136 0 2 372 141 64
Binary 110101 1111 11111011 1001111 1011110 0 10 11111010 1100001 110100

Color Harmonies of #350FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350FFB

Black with #350FFB

Text Example


Text Example

White with #350FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350FFB; }

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

 H1.HeaderClassName
 {
   color: #350FFB;
 }
 .AnyTagClassName
 {
   color: #350FFB;
 }
</style>

background-color css

<style>
 a { background-color: #350FFB; }

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

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

border-color css

<style>
 span { border-color: #350FFB; }

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

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