Html Css Color HEX #350AFE Han Purple

📋 copy color: '#350AFE'

red 53 ◦ green 10 ◦ blue 254

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

Shades of Han Purple #350AFE

Tints of Han Purple #350AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.15%

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

R = 16.72%
G = 3.15%
B = 80.13%

CMYK

 C value IS 0.79

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#350AFE (or 0x350AFE) is known color: Han Purple. HEX triplet: 35, 0A and FE. RGB value is (53,10,254). Sum of RGB (Red+Green+Blue) = 53+10+254=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 254 (99.61% from 255 or 80.13% from 317); Max value from RGB is 254 - color contains mainly: blue. Hex color #350AFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350AFE is #CAF501. Grayscale: #313131. Windows color (decimal): -13300994 or 16648757. OLE color: 16648757.

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

Color convert

RGB 53 10 254 -
CMYK 0.79 0.96 0 0.00
HSL 250.57º 0.99% 0.52% -
HSV(B) 250.57º 0.96% 1% -
XYZ 19.47 8.13 94.31 -
YUV 50.67 242.75 129.66 -
System Red Green Blue C M Y K H S L
Decimal 53 10 254 0.79 0.96 0 0.00 250.57 0.99 0.52
Hex 35 A FE 4F 60 0 0 FB 63 34
Octal 65 12 376 117 140 0 0 373 143 64
Binary 110101 1010 11111110 1001111 1100000 0 0 11111011 1100011 110100

Color Harmonies of #350AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350AFE

Black with #350AFE

Text Example


Text Example

White with #350AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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