Html Css Color HEX #350EDB Han Purple

📋 copy color: '#350EDB'

red 53 ◦ green 14 ◦ blue 219

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

Shades of Han Purple #350EDB

Tints of Han Purple #350EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 76.57%

R = 18.53%
G = 4.9%
B = 76.57%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#350EDB (or 0x350EDB) is known color: Han Purple. HEX triplet: 35, 0E and DB. RGB value is (53,14,219). Sum of RGB (Red+Green+Blue) = 53+14+219=286 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.53% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 219 (85.94% from 255 or 76.57% from 286); Max value from RGB is 219 - color contains mainly: blue. Hex color #350EDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350EDB is #CAF124. Grayscale: #303030. Windows color (decimal): -13300005 or 14356021. OLE color: 14356021.

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

Color convert

RGB 53 14 219 -
CMYK 0.76 0.94 0 0.14
HSL 251.41º 0.88% 0.46% -
HSV(B) 251.41º 0.94% 0.86% -
XYZ 14.41 6.19 67.45 -
YUV 49.03 223.92 130.83 -
System Red Green Blue C M Y K H S L
Decimal 53 14 219 0.76 0.94 0 0.14 251.41 0.88 0.46
Hex 35 E DB 4C 5E 0 E FB 58 2E
Octal 65 16 333 114 136 0 16 373 130 56
Binary 110101 1110 11011011 1001100 1011110 0 1110 11111011 1011000 101110

Color Harmonies of #350EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350EDB

Black with #350EDB

Text Example


Text Example

White with #350EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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