Html Css Color HEX #351DDB Han Purple

📋 copy color: '#351DDB'

red 53 ◦ green 29 ◦ blue 219

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

Shades of Han Purple #351DDB

Tints of Han Purple #351DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.63%

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

R = 17.61%
G = 9.63%
B = 72.76%

CMYK

 C value IS 0.76

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#351DDB (or 0x351DDB) is known color: Han Purple. HEX triplet: 35, 1D and DB. RGB value is (53,29,219). Sum of RGB (Red+Green+Blue) = 53+29+219=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #351DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351DDB is #CAE224. Grayscale: #393939. Windows color (decimal): -13296165 or 14359861. OLE color: 14359861.

HSL color Cylindrical-coordinate representation of color #351DDB: hue angle of 247.58º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #351DDB is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 29 219 -
CMYK 0.76 0.87 0 0.14
HSL 247.58º 0.77% 0.49% -
HSV(B) 247.58º 0.87% 0.86% -
XYZ 14.69 6.75 67.55 -
YUV 57.84 218.95 124.55 -
System Red Green Blue C M Y K H S L
Decimal 53 29 219 0.76 0.87 0 0.14 247.58 0.77 0.49
Hex 35 1D DB 4C 57 0 E F8 4D 31
Octal 65 35 333 114 127 0 16 370 115 61
Binary 110101 11101 11011011 1001100 1010111 0 1110 11111000 1001101 110001

Color Harmonies of #351DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351DDB

Black with #351DDB

Text Example


Text Example

White with #351DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351DDB; }

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

 H1.HeaderClassName
 {
   color: #351DDB;
 }
 .AnyTagClassName
 {
   color: #351DDB;
 }
</style>

background-color css

<style>
 a { background-color: #351DDB; }

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

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

border-color css

<style>
 span { border-color: #351DDB; }

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

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