Html Css Color HEX #350DFB Han Purple

📋 copy color: '#350DFB'

red 53 ◦ green 13 ◦ blue 251

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

Shades of Han Purple #350DFB

Tints of Han Purple #350DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.1%

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

R = 16.72%
G = 4.1%
B = 79.18%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#350DFB (or 0x350DFB) is known color: Han Purple. HEX triplet: 35, 0D and FB. RGB value is (53,13,251). Sum of RGB (Red+Green+Blue) = 53+13+251=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 251 (98.44% from 255 or 79.18% from 317); Max value from RGB is 251 - color contains mainly: blue. Hex color #350DFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350DFB is #CAF204. Grayscale: #333333. Windows color (decimal): -13300229 or 16452917. OLE color: 16452917.

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

Color convert

RGB 53 13 251 -
CMYK 0.79 0.95 0 0.02
HSL 250.08º 0.97% 0.52% -
HSV(B) 250.08º 0.95% 0.98% -
XYZ 19.02 8.01 91.81 -
YUV 52.09 240.25 128.65 -
System Red Green Blue C M Y K H S L
Decimal 53 13 251 0.79 0.95 0 0.02 250.08 0.97 0.52
Hex 35 D FB 4F 5F 0 2 FA 61 34
Octal 65 15 373 117 137 0 2 372 141 64
Binary 110101 1101 11111011 1001111 1011111 0 10 11111010 1100001 110100

Color Harmonies of #350DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350DFB

Black with #350DFB

Text Example


Text Example

White with #350DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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