Html Css Color HEX #3518DD Han Purple

📋 copy color: '#3518DD'

red 53 ◦ green 24 ◦ blue 221

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

Shades of Han Purple #3518DD

Tints of Han Purple #3518DD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.05%

 BLUE value IS 221 (86.72% from 255) = 74.16%

R = 17.79%
G = 8.05%
B = 74.16%

CMYK

 C value IS 0.76

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3518DD (or 0x3518DD) is known color: Han Purple. HEX triplet: 35, 18 and DD. RGB value is (53,24,221). Sum of RGB (Red+Green+Blue) = 53+24+221=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #3518DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3518DD is #CAE722. Grayscale: #363636. Windows color (decimal): -13297443 or 14489653. OLE color: 14489653.

HSL color Cylindrical-coordinate representation of color #3518DD: hue angle of 248.83º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3518DD is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 24 221 -
CMYK 0.76 0.89 0 0.13
HSL 248.83º 0.8% 0.48% -
HSV(B) 248.83º 0.89% 0.87% -
XYZ 14.85 6.63 68.9 -
YUV 55.13 221.61 126.48 -
System Red Green Blue C M Y K H S L
Decimal 53 24 221 0.76 0.89 0 0.13 248.83 0.8 0.48
Hex 35 18 DD 4C 59 0 D F9 50 30
Octal 65 30 335 114 131 0 15 371 120 60
Binary 110101 11000 11011101 1001100 1011001 0 1101 11111001 1010000 110000

Color Harmonies of #3518DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3518DD

Black with #3518DD

Text Example


Text Example

White with #3518DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3518DD; }

 p { color: rgb(53,24,221); }

 H1.HeaderClassName
 {
   color: #3518DD;
 }
 .AnyTagClassName
 {
   color: #3518DD;
 }
</style>

background-color css

<style>
 a { background-color: #3518DD; }

 a { background-color: rgb(53,24,221); }

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

border-color css

<style>
 span { border-color: #3518DD; }

 span { border-color: rgb(53,24,221); }

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