Html Css Color HEX #3C2BDB Han Purple

📋 copy color: '#3C2BDB'

red 60 ◦ green 43 ◦ blue 219

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

Shades of Han Purple #3C2BDB

Tints of Han Purple #3C2BDB

RGB

 RED value IS 60 (23.83% from 255) = 18.63%

 GREEN value IS 43 (17.19% from 255) = 13.35%

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

R = 18.63%
G = 13.35%
B = 68.01%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C2BDB (or 0x3C2BDB) is known color: Han Purple. HEX triplet: 3C, 2B and DB. RGB value is (60,43,219). Sum of RGB (Red+Green+Blue) = 60+43+219=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C2BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2BDB is #C3D424. Grayscale: #434343. Windows color (decimal): -12833829 or 14363452. OLE color: 14363452.

HSL color Cylindrical-coordinate representation of color #3C2BDB: hue angle of 245.8º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C2BDB is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 60 43 219 -
CMYK 0.73 0.80 0 0.14
HSL 245.8º 0.71% 0.51% -
HSV(B) 245.8º 0.8% 0.86% -
XYZ 15.51 7.8 67.71 -
YUV 68.15 213.13 122.19 -
System Red Green Blue C M Y K H S L
Decimal 60 43 219 0.73 0.80 0 0.14 245.8 0.71 0.51
Hex 3C 2B DB 49 50 0 E F6 47 33
Octal 74 53 333 111 120 0 16 366 107 63
Binary 111100 101011 11011011 1001001 1010000 0 1110 11110110 1000111 110011

Color Harmonies of #3C2BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2BDB

Black with #3C2BDB

Text Example


Text Example

White with #3C2BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C2BDB; }

 p { color: rgb(60,43,219); }

 H1.HeaderClassName
 {
   color: #3C2BDB;
 }
 .AnyTagClassName
 {
   color: #3C2BDB;
 }
</style>

background-color css

<style>
 a { background-color: #3C2BDB; }

 a { background-color: rgb(60,43,219); }

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

border-color css

<style>
 span { border-color: #3C2BDB; }

 span { border-color: rgb(60,43,219); }

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