#3C0461

Color #3C0461 Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #3C0461

Tints of Christalle #3C0461

Color information

#3C0461 (or 0x3C0461) is unknown color: approx Christalle. HEX triplet: 3C, 04 and 61. RGB value is (60,4,97). Sum of RGB (Red+Green+Blue) = 60+4+97=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 97 (38.28% from 255 or 60.25% from 161); Max value from RGB is 97 - color contains mainly: blue. Hex color #3C0461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0461 is #C3FB9E. Grayscale: #1F1F1F. Windows color (decimal): -12843935 or 6358076. OLE color: 6358076.

HSL color Cylindrical-coordinate representation of color #3C0461: hue angle of 276.13º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C0461 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB60497-
CMYK0.380.9600.62
HSL276.13º92.08%19.8%-
HSV(B)276.13º95.88%38.04%-
XYZ4.061.9111.46-
YUV31.35165.05148.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.27%
GREEN value IS 4 (1.95% from 255) = 2.48%
BLUE value IS 97 (38.28% from 255) = 60.25%
R=37.27%
G=2.48%
B=60.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal604970.380.9600.62276.1392.0819.8
Hex3C461266003E1145c14
Octal7441414614007642413424
Binary111100100110000110011011000000111110100010100101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C0461;
 }
 .AnyTagClassName
 {
   color: #3C0461;
 }
</style>
background-color css

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

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

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

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

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

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