Html Css Color HEX #350DF1 Han Purple

📋 copy color: '#350DF1'

red 53 ◦ green 13 ◦ blue 241

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

Shades of Han Purple #350DF1

Tints of Han Purple #350DF1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.23%

 BLUE value IS 241 (94.53% from 255) = 78.5%

R = 17.26%
G = 4.23%
B = 78.5%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#350DF1 (or 0x350DF1) is known color: Han Purple. HEX triplet: 35, 0D and F1. RGB value is (53,13,241). Sum of RGB (Red+Green+Blue) = 53+13+241=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 241 (94.53% from 255 or 78.50% from 307); Max value from RGB is 241 - color contains mainly: blue. Hex color #350DF1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350DF1 is #CAF20E. Grayscale: #323232. Windows color (decimal): -13300239 or 15797557. OLE color: 15797557.

HSL color Cylindrical-coordinate representation of color #350DF1: hue angle of 250.53º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350DF1 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 53 13 241 -
CMYK 0.78 0.95 0 0.05
HSL 250.53º 0.9% 0.5% -
HSV(B) 250.53º 0.95% 0.95% -
XYZ 17.49 7.4 83.72 -
YUV 50.95 235.25 129.46 -
System Red Green Blue C M Y K H S L
Decimal 53 13 241 0.78 0.95 0 0.05 250.53 0.9 0.5
Hex 35 D F1 4E 5F 0 5 FB 5A 32
Octal 65 15 361 116 137 0 5 373 132 62
Binary 110101 1101 11110001 1001110 1011111 0 101 11111011 1011010 110010

Color Harmonies of #350DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350DF1

Black with #350DF1

Text Example


Text Example

White with #350DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,13,241); }

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

background-color css

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

 a { background-color: rgb(53,13,241); }

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

border-color css

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

 span { border-color: rgb(53,13,241); }

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