Html Css Color HEX #351CEC Han Purple

📋 copy color: '#351CEC'

red 53 ◦ green 28 ◦ blue 236

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

Shades of Han Purple #351CEC

Tints of Han Purple #351CEC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.83%

 BLUE value IS 236 (92.58% from 255) = 74.45%

R = 16.72%
G = 8.83%
B = 74.45%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#351CEC (or 0x351CEC) is known color: Han Purple. HEX triplet: 35, 1C and EC. RGB value is (53,28,236). Sum of RGB (Red+Green+Blue) = 53+28+236=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 236 (92.58% from 255 or 74.45% from 317); Max value from RGB is 236 - color contains mainly: blue. Hex color #351CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351CEC is #CAE313. Grayscale: #3A3A3A. Windows color (decimal): -13296404 or 15473717. OLE color: 15473717.

HSL color Cylindrical-coordinate representation of color #351CEC: hue angle of 247.21º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #351CEC is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 28 236 -
CMYK 0.78 0.88 0 0.07
HSL 247.21º 0.85% 0.52% -
HSV(B) 247.21º 0.88% 0.93% -
XYZ 17.02 7.64 79.93 -
YUV 59.19 227.78 123.59 -
System Red Green Blue C M Y K H S L
Decimal 53 28 236 0.78 0.88 0 0.07 247.21 0.85 0.52
Hex 35 1C EC 4E 58 0 7 F7 55 34
Octal 65 34 354 116 130 0 7 367 125 64
Binary 110101 11100 11101100 1001110 1011000 0 111 11110111 1010101 110100

Color Harmonies of #351CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351CEC

Black with #351CEC

Text Example


Text Example

White with #351CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,28,236); }

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

background-color css

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

 a { background-color: rgb(53,28,236); }

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

border-color css

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

 span { border-color: rgb(53,28,236); }

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