Html Css Color HEX #3C19DF Han Purple

📋 copy color: '#3C19DF'

red 60 ◦ green 25 ◦ blue 223

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

Shades of Han Purple #3C19DF

Tints of Han Purple #3C19DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 72.4%

R = 19.48%
G = 8.12%
B = 72.4%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3C19DF (or 0x3C19DF) is known color: Han Purple. HEX triplet: 3C, 19 and DF. RGB value is (60,25,223). Sum of RGB (Red+Green+Blue) = 60+25+223=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 223 (87.5% from 255 or 72.40% from 308); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C19DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C19DF is #C3E620. Grayscale: #393939. Windows color (decimal): -12838433 or 14620988. OLE color: 14620988.

HSL color Cylindrical-coordinate representation of color #3C19DF: hue angle of 250.61º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C19DF is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 60 25 223 -
CMYK 0.73 0.89 0 0.13
HSL 250.61º 0.8% 0.49% -
HSV(B) 250.61º 0.89% 0.87% -
XYZ 15.53 6.98 70.34 -
YUV 58.04 221.1 129.4 -
System Red Green Blue C M Y K H S L
Decimal 60 25 223 0.73 0.89 0 0.13 250.61 0.8 0.49
Hex 3C 19 DF 49 59 0 D FB 50 31
Octal 74 31 337 111 131 0 15 373 120 61
Binary 111100 11001 11011111 1001001 1011001 0 1101 11111011 1010000 110001

Color Harmonies of #3C19DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C19DF

Black with #3C19DF

Text Example


Text Example

White with #3C19DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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