Html Css Color HEX #351DD6 Han Purple

📋 copy color: '#351DD6'

red 53 ◦ green 29 ◦ blue 214

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

Shades of Han Purple #351DD6

Tints of Han Purple #351DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 72.3%

R = 17.91%
G = 9.8%
B = 72.3%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#351DD6 (or 0x351DD6) is known color: Han Purple. HEX triplet: 35, 1D and D6. RGB value is (53,29,214). Sum of RGB (Red+Green+Blue) = 53+29+214=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 214 (83.98% from 255 or 72.30% from 296); Max value from RGB is 214 - color contains mainly: blue. Hex color #351DD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351DD6 is #CAE229. Grayscale: #383838. Windows color (decimal): -13296170 or 14032181. OLE color: 14032181.

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

Color convert

RGB 53 29 214 -
CMYK 0.75 0.86 0 0.16
HSL 247.78º 0.76% 0.48% -
HSV(B) 247.78º 0.86% 0.84% -
XYZ 14.05 6.49 64.13 -
YUV 57.27 216.45 124.96 -
System Red Green Blue C M Y K H S L
Decimal 53 29 214 0.75 0.86 0 0.16 247.78 0.76 0.48
Hex 35 1D D6 4B 56 0 10 F8 4C 30
Octal 65 35 326 113 126 0 20 370 114 60
Binary 110101 11101 11010110 1001011 1010110 0 10000 11111000 1001100 110000

Color Harmonies of #351DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351DD6

Black with #351DD6

Text Example


Text Example

White with #351DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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