Html Css Color HEX #3C31DC Han Purple

📋 copy color: '#3C31DC'

red 60 ◦ green 49 ◦ blue 220

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

Shades of Han Purple #3C31DC

Tints of Han Purple #3C31DC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.89%

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

R = 18.24%
G = 14.89%
B = 66.87%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3C31DC (or 0x3C31DC) is known color: Han Purple. HEX triplet: 3C, 31 and DC. RGB value is (60,49,220). Sum of RGB (Red+Green+Blue) = 60+49+220=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 220 (86.33% from 255 or 66.87% from 329); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C31DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C31DC is #C3CE23. Grayscale: #474747. Windows color (decimal): -12832292 or 14430524. OLE color: 14430524.

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

Color convert

RGB 60 49 220 -
CMYK 0.73 0.78 0 0.14
HSL 243.86º 0.71% 0.53% -
HSV(B) 243.86º 0.78% 0.86% -
XYZ 15.88 8.32 68.48 -
YUV 71.78 211.64 119.6 -
System Red Green Blue C M Y K H S L
Decimal 60 49 220 0.73 0.78 0 0.14 243.86 0.71 0.53
Hex 3C 31 DC 49 4E 0 E F4 47 35
Octal 74 61 334 111 116 0 16 364 107 65
Binary 111100 110001 11011100 1001001 1001110 0 1110 11110100 1000111 110101

Color Harmonies of #3C31DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C31DC

Black with #3C31DC

Text Example


Text Example

White with #3C31DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,49,220); }

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

background-color css

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

 a { background-color: rgb(60,49,220); }

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

border-color css

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

 span { border-color: rgb(60,49,220); }

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