Html Css Color HEX #351BDA Han Purple

📋 copy color: '#351BDA'

red 53 ◦ green 27 ◦ blue 218

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

Shades of Han Purple #351BDA

Tints of Han Purple #351BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 73.15%

R = 17.79%
G = 9.06%
B = 73.15%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#351BDA (or 0x351BDA) is known color: Han Purple. HEX triplet: 35, 1B and DA. RGB value is (53,27,218). Sum of RGB (Red+Green+Blue) = 53+27+218=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 218 (85.55% from 255 or 73.15% from 298); Max value from RGB is 218 - color contains mainly: blue. Hex color #351BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351BDA is #CAE425. Grayscale: #373737. Windows color (decimal): -13296678 or 14293813. OLE color: 14293813.

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

Color convert

RGB 53 27 218 -
CMYK 0.76 0.88 0 0.15
HSL 248.17º 0.78% 0.48% -
HSV(B) 248.17º 0.88% 0.85% -
XYZ 14.52 6.6 66.84 -
YUV 56.55 219.11 125.47 -
System Red Green Blue C M Y K H S L
Decimal 53 27 218 0.76 0.88 0 0.15 248.17 0.78 0.48
Hex 35 1B DA 4C 58 0 F F8 4E 30
Octal 65 33 332 114 130 0 17 370 116 60
Binary 110101 11011 11011010 1001100 1011000 0 1111 11111000 1001110 110000

Color Harmonies of #351BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351BDA

Black with #351BDA

Text Example


Text Example

White with #351BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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