Html Css Color HEX #350BFB Han Purple

📋 copy color: '#350BFB'

red 53 ◦ green 11 ◦ blue 251

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

Shades of Han Purple #350BFB

Tints of Han Purple #350BFB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.49%

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

R = 16.83%
G = 3.49%
B = 79.68%

CMYK

 C value IS 0.79

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#350BFB (or 0x350BFB) is known color: Han Purple. HEX triplet: 35, 0B and FB. RGB value is (53,11,251). Sum of RGB (Red+Green+Blue) = 53+11+251=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 251 (98.44% from 255 or 79.68% from 315); Max value from RGB is 251 - color contains mainly: blue. Hex color #350BFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350BFB is #CAF404. Grayscale: #323232. Windows color (decimal): -13300741 or 16452405. OLE color: 16452405.

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

Color convert

RGB 53 11 251 -
CMYK 0.79 0.96 0 0.02
HSL 250.5º 0.97% 0.51% -
HSV(B) 250.5º 0.96% 0.98% -
XYZ 19 7.96 91.8 -
YUV 50.92 240.91 129.49 -
System Red Green Blue C M Y K H S L
Decimal 53 11 251 0.79 0.96 0 0.02 250.5 0.97 0.51
Hex 35 B FB 4F 60 0 2 FB 61 33
Octal 65 13 373 117 140 0 2 373 141 63
Binary 110101 1011 11111011 1001111 1100000 0 10 11111011 1100001 110011

Color Harmonies of #350BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350BFB

Black with #350BFB

Text Example


Text Example

White with #350BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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