Html Css Color HEX #3503DB Han Purple

📋 copy color: '#3503DB'

red 53 ◦ green 3 ◦ blue 219

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

Shades of Han Purple #3503DB

Tints of Han Purple #3503DB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

 BLUE value IS 219 (85.94% from 255) = 79.64%

R = 19.27%
G = 1.09%
B = 79.64%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3503DB (or 0x3503DB) is known color: Han Purple. HEX triplet: 35, 03 and DB. RGB value is (53,3,219). Sum of RGB (Red+Green+Blue) = 53+3+219=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 219 (85.94% from 255 or 79.64% from 275); Max value from RGB is 219 - color contains mainly: blue. Hex color #3503DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3503DB is #CAFC24. Grayscale: #292929. Windows color (decimal): -13302821 or 14353205. OLE color: 14353205.

HSL color Cylindrical-coordinate representation of color #3503DB: hue angle of 253.89º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3503DB is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 3 219 -
CMYK 0.76 0.99 0 0.14
HSL 253.89º 0.97% 0.44% -
HSV(B) 253.89º 0.99% 0.86% -
XYZ 14.29 5.94 67.41 -
YUV 42.57 227.57 135.44 -
System Red Green Blue C M Y K H S L
Decimal 53 3 219 0.76 0.99 0 0.14 253.89 0.97 0.44
Hex 35 3 DB 4C 63 0 E FE 61 2C
Octal 65 3 333 114 143 0 16 376 141 54
Binary 110101 11 11011011 1001100 1100011 0 1110 11111110 1100001 101100

Color Harmonies of #3503DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3503DB

Black with #3503DB

Text Example


Text Example

White with #3503DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3503DB; }

 p { color: rgb(53,3,219); }

 H1.HeaderClassName
 {
   color: #3503DB;
 }
 .AnyTagClassName
 {
   color: #3503DB;
 }
</style>

background-color css

<style>
 a { background-color: #3503DB; }

 a { background-color: rgb(53,3,219); }

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

border-color css

<style>
 span { border-color: #3503DB; }

 span { border-color: rgb(53,3,219); }

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