Html Css Color HEX #3C175D Christalle

📋 copy color: '#3C175D'

red 60 ◦ green 23 ◦ blue 93

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

Shades of Christalle #3C175D

Tints of Christalle #3C175D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.07%

 BLUE value IS 93 (36.72% from 255) = 52.84%

R = 34.09%
G = 13.07%
B = 52.84%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3C175D (or 0x3C175D) is known color: Christalle. HEX triplet: 3C, 17 and 5D. RGB value is (60,23,93). Sum of RGB (Red+Green+Blue) = 60+23+93=176 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.09% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C175D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C175D is #C3E8A2. Grayscale: #292929. Windows color (decimal): -12839075 or 6100796. OLE color: 6100796.

HSL color Cylindrical-coordinate representation of color #3C175D: hue angle of 271.71º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C175D is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 60 23 93 -
CMYK 0.35 0.75 0 0.64
HSL 271.71º 0.6% 0.23% -
HSV(B) 271.71º 0.75% 0.36% -
XYZ 4.15 2.36 10.59 -
YUV 42.04 156.76 140.81 -
System Red Green Blue C M Y K H S L
Decimal 60 23 93 0.35 0.75 0 0.64 271.71 0.6 0.23
Hex 3C 17 5D 23 4B 0 40 110 3C 17
Octal 74 27 135 43 113 0 100 420 74 27
Binary 111100 10111 1011101 100011 1001011 0 1000000 100010000 111100 10111

Color Harmonies of #3C175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C175D

Black with #3C175D

Text Example


Text Example

White with #3C175D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,23,93); }

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

background-color css

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

 a { background-color: rgb(60,23,93); }

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

border-color css

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

 span { border-color: rgb(60,23,93); }

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