Html Css Color HEX #350EFF Han Purple

📋 copy color: '#350EFF'

red 53 ◦ green 14 ◦ blue 255

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

Shades of Han Purple #350EFF

Tints of Han Purple #350EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 79.19%

R = 16.46%
G = 4.35%
B = 79.19%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#350EFF (or 0x350EFF) is known color: Han Purple. HEX triplet: 35, 0E and FF. RGB value is (53,14,255). Sum of RGB (Red+Green+Blue) = 53+14+255=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 255 (100% from 255 or 79.19% from 322); Max value from RGB is 255 - color contains mainly: blue. Hex color #350EFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350EFF is #CAF100. Grayscale: #343434. Windows color (decimal): -13299969 or 16715317. OLE color: 16715317.

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

Color convert

RGB 53 14 255 -
CMYK 0.79 0.95 0 0
HSL 249.71º 1% 0.53% -
HSV(B) 249.71º 0.95% 1% -
XYZ 19.68 8.29 95.17 -
YUV 53.14 241.92 127.9 -
System Red Green Blue C M Y K H S L
Decimal 53 14 255 0.79 0.95 0 0 249.71 1 0.53
Hex 35 E FF 4F 5F 0 0 FA 64 35
Octal 65 16 377 117 137 0 0 372 144 65
Binary 110101 1110 11111111 1001111 1011111 0 0 11111010 1100100 110101

Color Harmonies of #350EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350EFF

Black with #350EFF

Text Example


Text Example

White with #350EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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