Html Css Color HEX #351BDE Han Purple

📋 copy color: '#351BDE'

red 53 ◦ green 27 ◦ blue 222

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

Shades of Han Purple #351BDE

Tints of Han Purple #351BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 73.51%

R = 17.55%
G = 8.94%
B = 73.51%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#351BDE (or 0x351BDE) is known color: Han Purple. HEX triplet: 35, 1B and DE. RGB value is (53,27,222). Sum of RGB (Red+Green+Blue) = 53+27+222=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 222 (87.11% from 255 or 73.51% from 302); Max value from RGB is 222 - color contains mainly: blue. Hex color #351BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351BDE is #CAE421. Grayscale: #383838. Windows color (decimal): -13296674 or 14555957. OLE color: 14555957.

HSL color Cylindrical-coordinate representation of color #351BDE: hue angle of 248º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #351BDE is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 27 222 -
CMYK 0.76 0.88 0 0.13
HSL 248º 0.78% 0.49% -
HSV(B) 248º 0.88% 0.87% -
XYZ 15.04 6.81 69.63 -
YUV 57 221.11 125.14 -
System Red Green Blue C M Y K H S L
Decimal 53 27 222 0.76 0.88 0 0.13 248 0.78 0.49
Hex 35 1B DE 4C 58 0 D F8 4E 31
Octal 65 33 336 114 130 0 15 370 116 61
Binary 110101 11011 11011110 1001100 1011000 0 1101 11111000 1001110 110001

Color Harmonies of #351BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351BDE

Black with #351BDE

Text Example


Text Example

White with #351BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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