Html Css Color HEX #351BEF Han Purple

📋 copy color: '#351BEF'

red 53 ◦ green 27 ◦ blue 239

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

Shades of Han Purple #351BEF

Tints of Han Purple #351BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 74.92%

R = 16.61%
G = 8.46%
B = 74.92%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#351BEF (or 0x351BEF) is known color: Han Purple. HEX triplet: 35, 1B and EF. RGB value is (53,27,239). Sum of RGB (Red+Green+Blue) = 53+27+239=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 239 (93.75% from 255 or 74.92% from 319); Max value from RGB is 239 - color contains mainly: blue. Hex color #351BEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #351BEF is #CAE410. Grayscale: #3A3A3A. Windows color (decimal): -13296657 or 15670069. OLE color: 15670069.

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

Color convert

RGB 53 27 239 -
CMYK 0.78 0.89 0 0.06
HSL 247.36º 0.87% 0.52% -
HSV(B) 247.36º 0.89% 0.94% -
XYZ 17.44 7.77 82.24 -
YUV 58.94 229.61 123.76 -
System Red Green Blue C M Y K H S L
Decimal 53 27 239 0.78 0.89 0 0.06 247.36 0.87 0.52
Hex 35 1B EF 4E 59 0 6 F7 57 34
Octal 65 33 357 116 131 0 6 367 127 64
Binary 110101 11011 11101111 1001110 1011001 0 110 11110111 1010111 110100

Color Harmonies of #351BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351BEF

Black with #351BEF

Text Example


Text Example

White with #351BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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