Html Css Color HEX #351BDC Han Purple

📋 copy color: '#351BDC'

red 53 ◦ green 27 ◦ blue 220

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

Shades of Han Purple #351BDC

Tints of Han Purple #351BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 73.33%

R = 17.67%
G = 9%
B = 73.33%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#351BDC (or 0x351BDC) is known color: Han Purple. HEX triplet: 35, 1B and DC. RGB value is (53,27,220). Sum of RGB (Red+Green+Blue) = 53+27+220=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #351BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351BDC is #CAE423. Grayscale: #383838. Windows color (decimal): -13296676 or 14424885. OLE color: 14424885.

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

Color convert

RGB 53 27 220 -
CMYK 0.76 0.88 0 0.14
HSL 248.08º 0.78% 0.48% -
HSV(B) 248.08º 0.88% 0.86% -
XYZ 14.78 6.71 68.23 -
YUV 56.78 220.11 125.31 -
System Red Green Blue C M Y K H S L
Decimal 53 27 220 0.76 0.88 0 0.14 248.08 0.78 0.48
Hex 35 1B DC 4C 58 0 E F8 4E 30
Octal 65 33 334 114 130 0 16 370 116 60
Binary 110101 11011 11011100 1001100 1011000 0 1110 11111000 1001110 110000

Color Harmonies of #351BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351BDC

Black with #351BDC

Text Example


Text Example

White with #351BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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