Html Css Color HEX #351EDB Han Purple

📋 copy color: '#351EDB'

red 53 ◦ green 30 ◦ blue 219

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

Shades of Han Purple #351EDB

Tints of Han Purple #351EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.93%

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

R = 17.55%
G = 9.93%
B = 72.52%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#351EDB (or 0x351EDB) is known color: Han Purple. HEX triplet: 35, 1E and DB. RGB value is (53,30,219). Sum of RGB (Red+Green+Blue) = 53+30+219=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #351EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351EDB is #CAE124. Grayscale: #393939. Windows color (decimal): -13295909 or 14360117. OLE color: 14360117.

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

Color convert

RGB 53 30 219 -
CMYK 0.76 0.86 0 0.14
HSL 247.3º 0.76% 0.49% -
HSV(B) 247.3º 0.86% 0.86% -
XYZ 14.72 6.8 67.55 -
YUV 58.42 218.62 124.13 -
System Red Green Blue C M Y K H S L
Decimal 53 30 219 0.76 0.86 0 0.14 247.3 0.76 0.49
Hex 35 1E DB 4C 56 0 E F7 4C 31
Octal 65 36 333 114 126 0 16 367 114 61
Binary 110101 11110 11011011 1001100 1010110 0 1110 11110111 1001100 110001

Color Harmonies of #351EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351EDB

Black with #351EDB

Text Example


Text Example

White with #351EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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