Html Css Color HEX #3506DC Han Purple

📋 copy color: '#3506DC'

red 53 ◦ green 6 ◦ blue 220

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

Shades of Han Purple #3506DC

Tints of Han Purple #3506DC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.15%

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

R = 19%
G = 2.15%
B = 78.85%

CMYK

 C value IS 0.76

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3506DC (or 0x3506DC) is known color: Han Purple. HEX triplet: 35, 06 and DC. RGB value is (53,6,220). Sum of RGB (Red+Green+Blue) = 53+6+220=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 220 (86.33% from 255 or 78.85% from 279); Max value from RGB is 220 - color contains mainly: blue. Hex color #3506DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3506DC is #CAF923. Grayscale: #2B2B2B. Windows color (decimal): -13302052 or 14419509. OLE color: 14419509.

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

Color convert

RGB 53 6 220 -
CMYK 0.76 0.97 0 0.14
HSL 253.18º 0.95% 0.44% -
HSV(B) 253.18º 0.97% 0.86% -
XYZ 14.45 6.05 68.12 -
YUV 44.45 227.07 134.1 -
System Red Green Blue C M Y K H S L
Decimal 53 6 220 0.76 0.97 0 0.14 253.18 0.95 0.44
Hex 35 6 DC 4C 61 0 E FD 5F 2C
Octal 65 6 334 114 141 0 16 375 137 54
Binary 110101 110 11011100 1001100 1100001 0 1110 11111101 1011111 101100

Color Harmonies of #3506DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3506DC

Black with #3506DC

Text Example


Text Example

White with #3506DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3506DC; }

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

 H1.HeaderClassName
 {
   color: #3506DC;
 }
 .AnyTagClassName
 {
   color: #3506DC;
 }
</style>

background-color css

<style>
 a { background-color: #3506DC; }

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

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

border-color css

<style>
 span { border-color: #3506DC; }

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

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