Html Css Color HEX #351DE7 Han Purple

📋 copy color: '#351DE7'

red 53 ◦ green 29 ◦ blue 231

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

Shades of Han Purple #351DE7

Tints of Han Purple #351DE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 73.8%

R = 16.93%
G = 9.27%
B = 73.8%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#351DE7 (or 0x351DE7) is known color: Han Purple. HEX triplet: 35, 1D and E7. RGB value is (53,29,231). Sum of RGB (Red+Green+Blue) = 53+29+231=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 231 (90.62% from 255 or 73.80% from 313); Max value from RGB is 231 - color contains mainly: blue. Hex color #351DE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351DE7 is #CAE218. Grayscale: #3A3A3A. Windows color (decimal): -13296153 or 15146293. OLE color: 15146293.

HSL color Cylindrical-coordinate representation of color #351DE7: hue angle of 247.13º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #351DE7 is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 53 29 231 -
CMYK 0.77 0.87 0 0.09
HSL 247.13º 0.81% 0.51% -
HSV(B) 247.13º 0.87% 0.91% -
XYZ 16.33 7.41 76.17 -
YUV 59.2 224.95 123.57 -
System Red Green Blue C M Y K H S L
Decimal 53 29 231 0.77 0.87 0 0.09 247.13 0.81 0.51
Hex 35 1D E7 4D 57 0 9 F7 51 33
Octal 65 35 347 115 127 0 11 367 121 63
Binary 110101 11101 11100111 1001101 1010111 0 1001 11110111 1010001 110011

Color Harmonies of #351DE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351DE7

Black with #351DE7

Text Example


Text Example

White with #351DE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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