Html Css Color HEX #3C1063 Christalle

📋 copy color: '#3C1063'

red 60 ◦ green 16 ◦ blue 99

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

Shades of Christalle #3C1063

Tints of Christalle #3C1063

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.14%

 BLUE value IS 99 (39.06% from 255) = 56.57%

R = 34.29%
G = 9.14%
B = 56.57%

CMYK

 C value IS 0.39

 M value IS 0.84

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#3C1063 (or 0x3C1063) is known color: Christalle. HEX triplet: 3C, 10 and 63. RGB value is (60,16,99). Sum of RGB (Red+Green+Blue) = 60+16+99=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #3C1063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C1063 is #C3EF9C. Grayscale: #262626. Windows color (decimal): -12840861 or 6492220. OLE color: 6492220.

HSL color Cylindrical-coordinate representation of color #3C1063: hue angle of 271.81º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C1063 is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 60 16 99 -
CMYK 0.39 0.84 0 0.61
HSL 271.81º 0.72% 0.23% -
HSV(B) 271.81º 0.84% 0.39% -
XYZ 4.3 2.23 12.01 -
YUV 38.62 162.08 143.25 -
System Red Green Blue C M Y K H S L
Decimal 60 16 99 0.39 0.84 0 0.61 271.81 0.72 0.23
Hex 3C 10 63 27 54 0 3D 110 48 17
Octal 74 20 143 47 124 0 75 420 110 27
Binary 111100 10000 1100011 100111 1010100 0 111101 100010000 1001000 10111

Color Harmonies of #3C1063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1063

Black with #3C1063

Text Example


Text Example

White with #3C1063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,16,99); }

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

background-color css

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

 a { background-color: rgb(60,16,99); }

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

border-color css

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

 span { border-color: rgb(60,16,99); }

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