Html Css Color HEX #350DDF Han Purple

📋 copy color: '#350DDF'

red 53 ◦ green 13 ◦ blue 223

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

Shades of Han Purple #350DDF

Tints of Han Purple #350DDF

RGB

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

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

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

R = 18.34%
G = 4.5%
B = 77.16%

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

#350DDF (or 0x350DDF) is known color: Han Purple. HEX triplet: 35, 0D and DF. RGB value is (53,13,223). Sum of RGB (Red+Green+Blue) = 53+13+223=289 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.34% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 223 (87.5% from 255 or 77.16% from 289); Max value from RGB is 223 - color contains mainly: blue. Hex color #350DDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350DDF is #CAF220. Grayscale: #303030. Windows color (decimal): -13300257 or 14617909. OLE color: 14617909.

HSL color Cylindrical-coordinate representation of color #350DDF: hue angle of 251.43º degrees, saturation: 0.89, 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 #350DDF is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 13 223 -
CMYK 0.76 0.94 0 0.13
HSL 251.43º 0.89% 0.46% -
HSV(B) 251.43º 0.94% 0.87% -
XYZ 14.93 6.37 70.26 -
YUV 48.9 226.25 130.92 -
System Red Green Blue C M Y K H S L
Decimal 53 13 223 0.76 0.94 0 0.13 251.43 0.89 0.46
Hex 35 D DF 4C 5E 0 D FB 59 2E
Octal 65 15 337 114 136 0 15 373 131 56
Binary 110101 1101 11011111 1001100 1011110 0 1101 11111011 1011001 101110

Color Harmonies of #350DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350DDF

Black with #350DDF

Text Example


Text Example

White with #350DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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