Html Css Color HEX #351CDE Han Purple

📋 copy color: '#351CDE'

red 53 ◦ green 28 ◦ blue 222

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

Shades of Han Purple #351CDE

Tints of Han Purple #351CDE

RGB

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

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

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

R = 17.49%
G = 9.24%
B = 73.27%

CMYK

 C value IS 0.76

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#351CDE (or 0x351CDE) is known color: Han Purple. HEX triplet: 35, 1C and DE. RGB value is (53,28,222). Sum of RGB (Red+Green+Blue) = 53+28+222=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 222 (87.11% from 255 or 73.27% from 303); Max value from RGB is 222 - color contains mainly: blue. Hex color #351CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351CDE is #CAE321. Grayscale: #383838. Windows color (decimal): -13296418 or 14556213. OLE color: 14556213.

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

Color convert

RGB 53 28 222 -
CMYK 0.76 0.87 0 0.13
HSL 247.73º 0.78% 0.49% -
HSV(B) 247.73º 0.87% 0.87% -
XYZ 15.07 6.86 69.64 -
YUV 57.59 220.78 124.73 -
System Red Green Blue C M Y K H S L
Decimal 53 28 222 0.76 0.87 0 0.13 247.73 0.78 0.49
Hex 35 1C DE 4C 57 0 D F8 4E 31
Octal 65 34 336 114 127 0 15 370 116 61
Binary 110101 11100 11011110 1001100 1010111 0 1101 11111000 1001110 110001

Color Harmonies of #351CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351CDE

Black with #351CDE

Text Example


Text Example

White with #351CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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