Html Css Color HEX #3C28DB Han Purple

📋 copy color: '#3C28DB'

red 60 ◦ green 40 ◦ blue 219

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

Shades of Han Purple #3C28DB

Tints of Han Purple #3C28DB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.54%

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

R = 18.81%
G = 12.54%
B = 68.65%

CMYK

 C value IS 0.73

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C28DB (or 0x3C28DB) is known color: Han Purple. HEX triplet: 3C, 28 and DB. RGB value is (60,40,219). Sum of RGB (Red+Green+Blue) = 60+40+219=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C28DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C28DB is #C3D724. Grayscale: #414141. Windows color (decimal): -12834597 or 14362684. OLE color: 14362684.

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

Color convert

RGB 60 40 219 -
CMYK 0.73 0.82 0 0.14
HSL 246.7º 0.71% 0.51% -
HSV(B) 246.7º 0.82% 0.86% -
XYZ 15.41 7.59 67.67 -
YUV 66.39 214.13 123.45 -
System Red Green Blue C M Y K H S L
Decimal 60 40 219 0.73 0.82 0 0.14 246.7 0.71 0.51
Hex 3C 28 DB 49 52 0 E F7 47 33
Octal 74 50 333 111 122 0 16 367 107 63
Binary 111100 101000 11011011 1001001 1010010 0 1110 11110111 1000111 110011

Color Harmonies of #3C28DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C28DB

Black with #3C28DB

Text Example


Text Example

White with #3C28DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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