Html Css Color HEX #351DEE Han Purple

📋 copy color: '#351DEE'

red 53 ◦ green 29 ◦ blue 238

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

Shades of Han Purple #351DEE

Tints of Han Purple #351DEE

RGB

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

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

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

R = 16.56%
G = 9.06%
B = 74.38%

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

#351DEE (or 0x351DEE) is known color: Han Purple. HEX triplet: 35, 1D and EE. RGB value is (53,29,238). Sum of RGB (Red+Green+Blue) = 53+29+238=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 238 (93.36% from 255 or 74.38% from 320); Max value from RGB is 238 - color contains mainly: blue. Hex color #351DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351DEE is #CAE211. Grayscale: #3B3B3B. Windows color (decimal): -13296146 or 15605045. OLE color: 15605045.

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

Color convert

RGB 53 29 238 -
CMYK 0.78 0.88 0 0.07
HSL 246.89º 0.86% 0.52% -
HSV(B) 246.89º 0.88% 0.93% -
XYZ 17.34 7.81 81.48 -
YUV 60 228.45 123.01 -
System Red Green Blue C M Y K H S L
Decimal 53 29 238 0.78 0.88 0 0.07 246.89 0.86 0.52
Hex 35 1D EE 4E 58 0 7 F7 56 34
Octal 65 35 356 116 130 0 7 367 126 64
Binary 110101 11101 11101110 1001110 1011000 0 111 11110111 1010110 110100

Color Harmonies of #351DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351DEE

Black with #351DEE

Text Example


Text Example

White with #351DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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