Html Css Color HEX #3C19D1 Han Purple

📋 copy color: '#3C19D1'

red 60 ◦ green 25 ◦ blue 209

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

Shades of Han Purple #3C19D1

Tints of Han Purple #3C19D1

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.5%

 BLUE value IS 209 (82.03% from 255) = 71.09%

R = 20.41%
G = 8.5%
B = 71.09%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3C19D1 (or 0x3C19D1) is known color: Han Purple. HEX triplet: 3C, 19 and D1. RGB value is (60,25,209). Sum of RGB (Red+Green+Blue) = 60+25+209=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 209 (82.03% from 255 or 71.09% from 294); Max value from RGB is 209 - color contains mainly: blue. Hex color #3C19D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C19D1 is #C3E62E. Grayscale: #373737. Windows color (decimal): -12838447 or 13703484. OLE color: 13703484.

HSL color Cylindrical-coordinate representation of color #3C19D1: hue angle of 251.41º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C19D1 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 60 25 209 -
CMYK 0.71 0.88 0 0.18
HSL 251.41º 0.79% 0.46% -
HSV(B) 251.41º 0.88% 0.82% -
XYZ 13.72 6.26 60.81 -
YUV 56.44 214.1 130.54 -
System Red Green Blue C M Y K H S L
Decimal 60 25 209 0.71 0.88 0 0.18 251.41 0.79 0.46
Hex 3C 19 D1 47 58 0 12 FB 4F 2E
Octal 74 31 321 107 130 0 22 373 117 56
Binary 111100 11001 11010001 1000111 1011000 0 10010 11111011 1001111 101110

Color Harmonies of #3C19D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C19D1

Black with #3C19D1

Text Example


Text Example

White with #3C19D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,25,209); }

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

background-color css

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

 a { background-color: rgb(60,25,209); }

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

border-color css

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

 span { border-color: rgb(60,25,209); }

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