Html Css Color HEX #351CEE Han Purple

📋 copy color: '#351CEE'

red 53 ◦ green 28 ◦ blue 238

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

Shades of Han Purple #351CEE

Tints of Han Purple #351CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 74.61%

R = 16.61%
G = 8.78%
B = 74.61%

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

#351CEE (or 0x351CEE) is known color: Han Purple. HEX triplet: 35, 1C and EE. RGB value is (53,28,238). Sum of RGB (Red+Green+Blue) = 53+28+238=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 238 (93.36% from 255 or 74.61% from 319); Max value from RGB is 238 - color contains mainly: blue. Hex color #351CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351CEE is #CAE311. Grayscale: #3A3A3A. Windows color (decimal): -13296402 or 15604789. OLE color: 15604789.

HSL color Cylindrical-coordinate representation of color #351CEE: hue angle of 247.14º degrees, saturation: 0.86, 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 #351CEE is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 28 238 -
CMYK 0.78 0.88 0 0.07
HSL 247.14º 0.86% 0.52% -
HSV(B) 247.14º 0.88% 0.93% -
XYZ 17.32 7.76 81.47 -
YUV 59.42 228.78 123.42 -
System Red Green Blue C M Y K H S L
Decimal 53 28 238 0.78 0.88 0 0.07 247.14 0.86 0.52
Hex 35 1C EE 4E 58 0 7 F7 56 34
Octal 65 34 356 116 130 0 7 367 126 64
Binary 110101 11100 11101110 1001110 1011000 0 111 11110111 1010110 110100

Color Harmonies of #351CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351CEE

Black with #351CEE

Text Example


Text Example

White with #351CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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