Html Css Color HEX #3C1359 Christalle

📋 copy color: '#3C1359'

red 60 ◦ green 19 ◦ blue 89

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

Shades of Christalle #3C1359

Tints of Christalle #3C1359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 52.98%

R = 35.71%
G = 11.31%
B = 52.98%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3C1359 (or 0x3C1359) is known color: Christalle. HEX triplet: 3C, 13 and 59. RGB value is (60,19,89). Sum of RGB (Red+Green+Blue) = 60+19+89=168 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.71% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 89 (35.16% from 255 or 52.98% from 168); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C1359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1359 is #C3ECA6. Grayscale: #272727. Windows color (decimal): -12840103 or 5837628. OLE color: 5837628.

HSL color Cylindrical-coordinate representation of color #3C1359: hue angle of 275.14º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C1359 is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 19 89 -
CMYK 0.33 0.79 0 0.65
HSL 275.14º 0.65% 0.21% -
HSV(B) 275.14º 0.79% 0.35% -
XYZ 3.9 2.15 9.66 -
YUV 39.24 156.08 142.81 -
System Red Green Blue C M Y K H S L
Decimal 60 19 89 0.33 0.79 0 0.65 275.14 0.65 0.21
Hex 3C 13 59 21 4F 0 41 113 41 15
Octal 74 23 131 41 117 0 101 423 101 25
Binary 111100 10011 1011001 100001 1001111 0 1000001 100010011 1000001 10101

Color Harmonies of #3C1359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1359

Black with #3C1359

Text Example


Text Example

White with #3C1359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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