Html Css Color HEX #350AFC Han Purple

📋 copy color: '#350AFC'

red 53 ◦ green 10 ◦ blue 252

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

Shades of Han Purple #350AFC

Tints of Han Purple #350AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 80%

R = 16.83%
G = 3.17%
B = 80%

CMYK

 C value IS 0.79

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#350AFC (or 0x350AFC) is known color: Han Purple. HEX triplet: 35, 0A and FC. RGB value is (53,10,252). Sum of RGB (Red+Green+Blue) = 53+10+252=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 252 (98.83% from 255 or 80% from 315); Max value from RGB is 252 - color contains mainly: blue. Hex color #350AFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350AFC is #CAF503. Grayscale: #313131. Windows color (decimal): -13300996 or 16517685. OLE color: 16517685.

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

Color convert

RGB 53 10 252 -
CMYK 0.79 0.96 0 0.01
HSL 250.66º 0.98% 0.51% -
HSV(B) 250.66º 0.96% 0.99% -
XYZ 19.15 8 92.63 -
YUV 50.45 241.75 129.82 -
System Red Green Blue C M Y K H S L
Decimal 53 10 252 0.79 0.96 0 0.01 250.66 0.98 0.51
Hex 35 A FC 4F 60 0 1 FB 62 33
Octal 65 12 374 117 140 0 1 373 142 63
Binary 110101 1010 11111100 1001111 1100000 0 1 11111011 1100010 110011

Color Harmonies of #350AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350AFC

Black with #350AFC

Text Example


Text Example

White with #350AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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