Html Css Color HEX #351ADA Han Purple

📋 copy color: '#351ADA'

red 53 ◦ green 26 ◦ blue 218

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

Shades of Han Purple #351ADA

Tints of Han Purple #351ADA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.75%

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

R = 17.85%
G = 8.75%
B = 73.4%

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

#351ADA (or 0x351ADA) is known color: Han Purple. HEX triplet: 35, 1A and DA. RGB value is (53,26,218). Sum of RGB (Red+Green+Blue) = 53+26+218=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 218 (85.55% from 255 or 73.40% from 297); Max value from RGB is 218 - color contains mainly: blue. Hex color #351ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #351ADA is #CAE525. Grayscale: #373737. Windows color (decimal): -13296934 or 14293557. OLE color: 14293557.

HSL color Cylindrical-coordinate representation of color #351ADA: hue angle of 248.44º degrees, saturation: 0.79, 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 #351ADA is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 53 26 218 -
CMYK 0.76 0.88 0 0.15
HSL 248.44º 0.79% 0.48% -
HSV(B) 248.44º 0.88% 0.85% -
XYZ 14.49 6.56 66.83 -
YUV 55.96 219.45 125.89 -
System Red Green Blue C M Y K H S L
Decimal 53 26 218 0.76 0.88 0 0.15 248.44 0.79 0.48
Hex 35 1A DA 4C 58 0 F F8 4F 30
Octal 65 32 332 114 130 0 17 370 117 60
Binary 110101 11010 11011010 1001100 1011000 0 1111 11111000 1001111 110000

Color Harmonies of #351ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351ADA

Black with #351ADA

Text Example


Text Example

White with #351ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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