Html Css Color HEX #350CF8 Han Purple

📋 copy color: '#350CF8'

red 53 ◦ green 12 ◦ blue 248

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

Shades of Han Purple #350CF8

Tints of Han Purple #350CF8

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.83%

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

R = 16.93%
G = 3.83%
B = 79.23%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#350CF8 (or 0x350CF8) is known color: Han Purple. HEX triplet: 35, 0C and F8. RGB value is (53,12,248). Sum of RGB (Red+Green+Blue) = 53+12+248=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 248 (97.27% from 255 or 79.23% from 313); Max value from RGB is 248 - color contains mainly: blue. Hex color #350CF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350CF8 is #CAF307. Grayscale: #323232. Windows color (decimal): -13300488 or 16256053. OLE color: 16256053.

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

Color convert

RGB 53 12 248 -
CMYK 0.79 0.95 0 0.03
HSL 250.42º 0.94% 0.51% -
HSV(B) 250.42º 0.95% 0.97% -
XYZ 18.54 7.8 89.33 -
YUV 51.16 239.08 129.31 -
System Red Green Blue C M Y K H S L
Decimal 53 12 248 0.79 0.95 0 0.03 250.42 0.94 0.51
Hex 35 C F8 4F 5F 0 3 FA 5E 33
Octal 65 14 370 117 137 0 3 372 136 63
Binary 110101 1100 11111000 1001111 1011111 0 11 11111010 1011110 110011

Color Harmonies of #350CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350CF8

Black with #350CF8

Text Example


Text Example

White with #350CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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