Html Css Color HEX #351BDB Han Purple

📋 copy color: '#351BDB'

red 53 ◦ green 27 ◦ blue 219

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

Shades of Han Purple #351BDB

Tints of Han Purple #351BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.03%

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

R = 17.73%
G = 9.03%
B = 73.24%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#351BDB (or 0x351BDB) is known color: Han Purple. HEX triplet: 35, 1B and DB. RGB value is (53,27,219). Sum of RGB (Red+Green+Blue) = 53+27+219=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #351BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351BDB is #CAE424. Grayscale: #373737. Windows color (decimal): -13296677 or 14359349. OLE color: 14359349.

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

Color convert

RGB 53 27 219 -
CMYK 0.76 0.88 0 0.14
HSL 248.13º 0.78% 0.48% -
HSV(B) 248.13º 0.88% 0.86% -
XYZ 14.65 6.66 67.53 -
YUV 56.66 219.61 125.39 -
System Red Green Blue C M Y K H S L
Decimal 53 27 219 0.76 0.88 0 0.14 248.13 0.78 0.48
Hex 35 1B DB 4C 58 0 E F8 4E 30
Octal 65 33 333 114 130 0 16 370 116 60
Binary 110101 11011 11011011 1001100 1011000 0 1110 11111000 1001110 110000

Color Harmonies of #351BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351BDB

Black with #351BDB

Text Example


Text Example

White with #351BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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