Html Css Color HEX #351CDF Han Purple

📋 copy color: '#351CDF'

red 53 ◦ green 28 ◦ blue 223

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

Shades of Han Purple #351CDF

Tints of Han Purple #351CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 73.36%

R = 17.43%
G = 9.21%
B = 73.36%

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

#351CDF (or 0x351CDF) is known color: Han Purple. HEX triplet: 35, 1C and DF. RGB value is (53,28,223). Sum of RGB (Red+Green+Blue) = 53+28+223=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 223 (87.5% from 255 or 73.36% from 304); Max value from RGB is 223 - color contains mainly: blue. Hex color #351CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351CDF is #CAE320. Grayscale: #383838. Windows color (decimal): -13296417 or 14621749. OLE color: 14621749.

HSL color Cylindrical-coordinate representation of color #351CDF: hue angle of 247.69º 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 #351CDF is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 28 223 -
CMYK 0.76 0.87 0 0.13
HSL 247.69º 0.78% 0.49% -
HSV(B) 247.69º 0.87% 0.87% -
XYZ 15.2 6.92 70.35 -
YUV 57.71 221.28 124.64 -
System Red Green Blue C M Y K H S L
Decimal 53 28 223 0.76 0.87 0 0.13 247.69 0.78 0.49
Hex 35 1C DF 4C 57 0 D F8 4E 31
Octal 65 34 337 114 127 0 15 370 116 61
Binary 110101 11100 11011111 1001100 1010111 0 1101 11111000 1001110 110001

Color Harmonies of #351CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351CDF

Black with #351CDF

Text Example


Text Example

White with #351CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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