Html Css Color HEX #351ED7 Han Purple

📋 copy color: '#351ED7'

red 53 ◦ green 30 ◦ blue 215

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

Shades of Han Purple #351ED7

Tints of Han Purple #351ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 72.15%

R = 17.79%
G = 10.07%
B = 72.15%

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

#351ED7 (or 0x351ED7) is known color: Han Purple. HEX triplet: 35, 1E and D7. RGB value is (53,30,215). Sum of RGB (Red+Green+Blue) = 53+30+215=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 215 (84.38% from 255 or 72.15% from 298); Max value from RGB is 215 - color contains mainly: blue. Hex color #351ED7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351ED7 is #CAE128. Grayscale: #393939. Windows color (decimal): -13295913 or 14097973. OLE color: 14097973.

HSL color Cylindrical-coordinate representation of color #351ED7: hue angle of 247.46º 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 #351ED7 is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 30 215 -
CMYK 0.75 0.86 0 0.16
HSL 247.46º 0.76% 0.48% -
HSV(B) 247.46º 0.86% 0.84% -
XYZ 14.2 6.59 64.81 -
YUV 57.97 216.62 124.46 -
System Red Green Blue C M Y K H S L
Decimal 53 30 215 0.75 0.86 0 0.16 247.46 0.76 0.48
Hex 35 1E D7 4B 56 0 10 F7 4C 30
Octal 65 36 327 113 126 0 20 367 114 60
Binary 110101 11110 11010111 1001011 1010110 0 10000 11110111 1001100 110000

Color Harmonies of #351ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351ED7

Black with #351ED7

Text Example


Text Example

White with #351ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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