Html Css Color HEX #351BEE Han Purple

📋 copy color: '#351BEE'

red 53 ◦ green 27 ◦ blue 238

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

Shades of Han Purple #351BEE

Tints of Han Purple #351BEE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.49%

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

R = 16.67%
G = 8.49%
B = 74.84%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#351BEE (or 0x351BEE) is known color: Han Purple. HEX triplet: 35, 1B and EE. RGB value is (53,27,238). Sum of RGB (Red+Green+Blue) = 53+27+238=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 238 (93.36% from 255 or 74.84% from 318); Max value from RGB is 238 - color contains mainly: blue. Hex color #351BEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351BEE is #CAE411. Grayscale: #3A3A3A. Windows color (decimal): -13296658 or 15604533. OLE color: 15604533.

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

Color convert

RGB 53 27 238 -
CMYK 0.78 0.89 0 0.07
HSL 247.39º 0.86% 0.52% -
HSV(B) 247.39º 0.89% 0.93% -
XYZ 17.29 7.71 81.47 -
YUV 58.83 229.11 123.84 -
System Red Green Blue C M Y K H S L
Decimal 53 27 238 0.78 0.89 0 0.07 247.39 0.86 0.52
Hex 35 1B EE 4E 59 0 7 F7 56 34
Octal 65 33 356 116 131 0 7 367 126 64
Binary 110101 11011 11101110 1001110 1011001 0 111 11110111 1010110 110100

Color Harmonies of #351BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351BEE

Black with #351BEE

Text Example


Text Example

White with #351BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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