Html Css Color HEX #350EFE Han Purple

📋 copy color: '#350EFE'

red 53 ◦ green 14 ◦ blue 254

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

Shades of Han Purple #350EFE

Tints of Han Purple #350EFE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.36%

 BLUE value IS 254 (99.61% from 255) = 79.13%

R = 16.51%
G = 4.36%
B = 79.13%

CMYK

 C value IS 0.79

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#350EFE (or 0x350EFE) is known color: Han Purple. HEX triplet: 35, 0E and FE. RGB value is (53,14,254). Sum of RGB (Red+Green+Blue) = 53+14+254=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 14 (5.86% from 255 or 4.36% from 321); Blue value is 254 (99.61% from 255 or 79.13% from 321); Max value from RGB is 254 - color contains mainly: blue. Hex color #350EFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350EFE is #CAF101. Grayscale: #343434. Windows color (decimal): -13299970 or 16649781. OLE color: 16649781.

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

Color convert

RGB 53 14 254 -
CMYK 0.79 0.94 0 0.00
HSL 249.75º 0.99% 0.53% -
HSV(B) 249.75º 0.94% 1% -
XYZ 19.51 8.23 94.33 -
YUV 53.02 241.42 127.99 -
System Red Green Blue C M Y K H S L
Decimal 53 14 254 0.79 0.94 0 0.00 249.75 0.99 0.53
Hex 35 E FE 4F 5E 0 0 FA 63 35
Octal 65 16 376 117 136 0 0 372 143 65
Binary 110101 1110 11111110 1001111 1011110 0 0 11111010 1100011 110101

Color Harmonies of #350EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350EFE

Black with #350EFE

Text Example


Text Example

White with #350EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,14,254); }

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

background-color css

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

 a { background-color: rgb(53,14,254); }

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

border-color css

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

 span { border-color: rgb(53,14,254); }

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