Html Css Color HEX #350EDF Han Purple

📋 copy color: '#350EDF'

red 53 ◦ green 14 ◦ blue 223

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

Shades of Han Purple #350EDF

Tints of Han Purple #350EDF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.83%

 BLUE value IS 223 (87.5% from 255) = 76.9%

R = 18.28%
G = 4.83%
B = 76.9%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#350EDF (or 0x350EDF) is known color: Han Purple. HEX triplet: 35, 0E and DF. RGB value is (53,14,223). Sum of RGB (Red+Green+Blue) = 53+14+223=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 223 (87.5% from 255 or 76.90% from 290); Max value from RGB is 223 - color contains mainly: blue. Hex color #350EDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350EDF is #CAF120. Grayscale: #303030. Windows color (decimal): -13300001 or 14618165. OLE color: 14618165.

HSL color Cylindrical-coordinate representation of color #350EDF: hue angle of 251.2º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350EDF is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 14 223 -
CMYK 0.76 0.94 0 0.13
HSL 251.2º 0.88% 0.46% -
HSV(B) 251.2º 0.94% 0.87% -
XYZ 14.94 6.4 70.26 -
YUV 49.49 225.92 130.51 -
System Red Green Blue C M Y K H S L
Decimal 53 14 223 0.76 0.94 0 0.13 251.2 0.88 0.46
Hex 35 E DF 4C 5E 0 D FB 58 2E
Octal 65 16 337 114 136 0 15 373 130 56
Binary 110101 1110 11011111 1001100 1011110 0 1101 11111011 1011000 101110

Color Harmonies of #350EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350EDF

Black with #350EDF

Text Example


Text Example

White with #350EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,14,223); }

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

background-color css

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

 a { background-color: rgb(53,14,223); }

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

border-color css

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

 span { border-color: rgb(53,14,223); }

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