Html Css Color HEX #350FFD Han Purple

📋 copy color: '#350FFD'

red 53 ◦ green 15 ◦ blue 253

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

Shades of Han Purple #350FFD

Tints of Han Purple #350FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 78.82%

R = 16.51%
G = 4.67%
B = 78.82%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#350FFD (or 0x350FFD) is known color: Han Purple. HEX triplet: 35, 0F and FD. RGB value is (53,15,253). Sum of RGB (Red+Green+Blue) = 53+15+253=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 253 (99.22% from 255 or 78.82% from 321); Max value from RGB is 253 - color contains mainly: blue. Hex color #350FFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350FFD is #CAF002. Grayscale: #343434. Windows color (decimal): -13299715 or 16584501. OLE color: 16584501.

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

Color convert

RGB 53 15 253 -
CMYK 0.79 0.94 0 0.01
HSL 249.58º 0.98% 0.53% -
HSV(B) 249.58º 0.94% 0.99% -
XYZ 19.37 8.19 93.49 -
YUV 53.49 240.59 127.65 -
System Red Green Blue C M Y K H S L
Decimal 53 15 253 0.79 0.94 0 0.01 249.58 0.98 0.53
Hex 35 F FD 4F 5E 0 1 FA 62 35
Octal 65 17 375 117 136 0 1 372 142 65
Binary 110101 1111 11111101 1001111 1011110 0 1 11111010 1100010 110101

Color Harmonies of #350FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350FFD

Black with #350FFD

Text Example


Text Example

White with #350FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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