Html Css Color HEX #350DE0 Han Purple

📋 copy color: '#350DE0'

red 53 ◦ green 13 ◦ blue 224

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

Shades of Han Purple #350DE0

Tints of Han Purple #350DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 77.24%

R = 18.28%
G = 4.48%
B = 77.24%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#350DE0 (or 0x350DE0) is known color: Han Purple. HEX triplet: 35, 0D and E0. RGB value is (53,13,224). Sum of RGB (Red+Green+Blue) = 53+13+224=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 224 (87.89% from 255 or 77.24% from 290); Max value from RGB is 224 - color contains mainly: blue. Hex color #350DE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350DE0 is #CAF21F. Grayscale: #303030. Windows color (decimal): -13300256 or 14683445. OLE color: 14683445.

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

Color convert

RGB 53 13 224 -
CMYK 0.76 0.94 0 0.12
HSL 251.37º 0.89% 0.46% -
HSV(B) 251.37º 0.94% 0.88% -
XYZ 15.07 6.43 70.97 -
YUV 49.01 226.75 130.84 -
System Red Green Blue C M Y K H S L
Decimal 53 13 224 0.76 0.94 0 0.12 251.37 0.89 0.46
Hex 35 D E0 4C 5E 0 C FB 59 2E
Octal 65 15 340 114 136 0 14 373 131 56
Binary 110101 1101 11100000 1001100 1011110 0 1100 11111011 1011001 101110

Color Harmonies of #350DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350DE0

Black with #350DE0

Text Example


Text Example

White with #350DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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