Html Css Color HEX #350AF8 Han Purple

📋 copy color: '#350AF8'

red 53 ◦ green 10 ◦ blue 248

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

Shades of Han Purple #350AF8

Tints of Han Purple #350AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 79.74%

R = 17.04%
G = 3.22%
B = 79.74%

CMYK

 C value IS 0.79

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#350AF8 (or 0x350AF8) is known color: Han Purple. HEX triplet: 35, 0A and F8. RGB value is (53,10,248). Sum of RGB (Red+Green+Blue) = 53+10+248=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 248 (97.27% from 255 or 79.74% from 311); Max value from RGB is 248 - color contains mainly: blue. Hex color #350AF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350AF8 is #CAF507. Grayscale: #313131. Windows color (decimal): -13301000 or 16255541. OLE color: 16255541.

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

Color convert

RGB 53 10 248 -
CMYK 0.79 0.96 0 0.03
HSL 250.84º 0.94% 0.51% -
HSV(B) 250.84º 0.96% 0.97% -
XYZ 18.52 7.75 89.33 -
YUV 49.99 239.75 130.15 -
System Red Green Blue C M Y K H S L
Decimal 53 10 248 0.79 0.96 0 0.03 250.84 0.94 0.51
Hex 35 A F8 4F 60 0 3 FB 5E 33
Octal 65 12 370 117 140 0 3 373 136 63
Binary 110101 1010 11111000 1001111 1100000 0 11 11111011 1011110 110011

Color Harmonies of #350AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350AF8

Black with #350AF8

Text Example


Text Example

White with #350AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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