Html Css Color HEX #3C1361 Christalle

📋 copy color: '#3C1361'

red 60 ◦ green 19 ◦ blue 97

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

Shades of Christalle #3C1361

Tints of Christalle #3C1361

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.8%

 BLUE value IS 97 (38.28% from 255) = 55.11%

R = 34.09%
G = 10.8%
B = 55.11%

CMYK

 C value IS 0.38

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3C1361 (or 0x3C1361) is known color: Christalle. HEX triplet: 3C, 13 and 61. RGB value is (60,19,97). Sum of RGB (Red+Green+Blue) = 60+19+97=176 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.09% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 97 (38.28% from 255 or 55.11% from 176); Max value from RGB is 97 - color contains mainly: blue. Hex color #3C1361 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1361 is #C3EC9E. Grayscale: #272727. Windows color (decimal): -12840095 or 6361916. OLE color: 6361916.

HSL color Cylindrical-coordinate representation of color #3C1361: hue angle of 271.54º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C1361 is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 19 97 -
CMYK 0.38 0.80 0 0.62
HSL 271.54º 0.67% 0.23% -
HSV(B) 271.54º 0.8% 0.38% -
XYZ 4.25 2.29 11.53 -
YUV 40.15 160.08 142.16 -
System Red Green Blue C M Y K H S L
Decimal 60 19 97 0.38 0.80 0 0.62 271.54 0.67 0.23
Hex 3C 13 61 26 50 0 3E 110 43 17
Octal 74 23 141 46 120 0 76 420 103 27
Binary 111100 10011 1100001 100110 1010000 0 111110 100010000 1000011 10111

Color Harmonies of #3C1361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1361

Black with #3C1361

Text Example


Text Example

White with #3C1361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,19,97); }

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

background-color css

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

 a { background-color: rgb(60,19,97); }

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

border-color css

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

 span { border-color: rgb(60,19,97); }

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