Html Css Color HEX #350EE0 Han Purple

📋 copy color: '#350EE0'

red 53 ◦ green 14 ◦ blue 224

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

Shades of Han Purple #350EE0

Tints of Han Purple #350EE0

RGB

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

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

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

R = 18.21%
G = 4.81%
B = 76.98%

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

#350EE0 (or 0x350EE0) is known color: Han Purple. HEX triplet: 35, 0E and E0. RGB value is (53,14,224). Sum of RGB (Red+Green+Blue) = 53+14+224=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 224 (87.89% from 255 or 76.98% from 291); Max value from RGB is 224 - color contains mainly: blue. Hex color #350EE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350EE0 is #CAF11F. Grayscale: #303030. Windows color (decimal): -13300000 or 14683701. OLE color: 14683701.

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

Color convert

RGB 53 14 224 -
CMYK 0.76 0.94 0 0.12
HSL 251.14º 0.88% 0.47% -
HSV(B) 251.14º 0.94% 0.88% -
XYZ 15.08 6.45 70.97 -
YUV 49.6 226.42 130.42 -
System Red Green Blue C M Y K H S L
Decimal 53 14 224 0.76 0.94 0 0.12 251.14 0.88 0.47
Hex 35 E E0 4C 5E 0 C FB 58 2F
Octal 65 16 340 114 136 0 14 373 130 57
Binary 110101 1110 11100000 1001100 1011110 0 1100 11111011 1011000 101111

Color Harmonies of #350EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350EE0

Black with #350EE0

Text Example


Text Example

White with #350EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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