Html Css Color HEX #3C185D Christalle

📋 copy color: '#3C185D'

red 60 ◦ green 24 ◦ blue 93

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

Shades of Christalle #3C185D

Tints of Christalle #3C185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.56%

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

R = 33.9%
G = 13.56%
B = 52.54%

CMYK

 C value IS 0.35

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3C185D (or 0x3C185D) is known color: Christalle. HEX triplet: 3C, 18 and 5D. RGB value is (60,24,93). Sum of RGB (Red+Green+Blue) = 60+24+93=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C185D is #C3E7A2. Grayscale: #2A2A2A. Windows color (decimal): -12838819 or 6101052. OLE color: 6101052.

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

Color convert

RGB 60 24 93 -
CMYK 0.35 0.74 0 0.64
HSL 271.3º 0.59% 0.23% -
HSV(B) 271.3º 0.74% 0.36% -
XYZ 4.17 2.4 10.6 -
YUV 42.63 156.43 140.39 -
System Red Green Blue C M Y K H S L
Decimal 60 24 93 0.35 0.74 0 0.64 271.3 0.59 0.23
Hex 3C 18 5D 23 4A 0 40 10F 3B 17
Octal 74 30 135 43 112 0 100 417 73 27
Binary 111100 11000 1011101 100011 1001010 0 1000000 100001111 111011 10111

Color Harmonies of #3C185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C185D

Black with #3C185D

Text Example


Text Example

White with #3C185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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